#D2DE3D

Color #D2DE3D Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D2DE3D

Tints of Bitter Lemon #D2DE3D

Color information

#D2DE3D (or 0xD2DE3D) is unknown color: approx Bitter Lemon. HEX triplet: D2, DE and 3D. RGB value is (210,222,61). Sum of RGB (Red+Green+Blue) = 210+222+61=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DE3D is #2D21C2. Grayscale: #C8C8C8. Windows color (decimal): -2957763 or 4054738. OLE color: 4054738.

HSL color Cylindrical-coordinate representation of color #D2DE3D: hue angle of 64.47º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2DE3D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB21022261-
CMYK0.0500.730.13
HSL64.47º70.93%55.49%-
HSV(B)64.47º72.52%87.06%-
XYZ53.5466.2814.39-
YUV200.0649.52135.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 61 (24.22% from 255) = 12.37%
R=42.60%
G=45.03%
B=12.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210222610.0500.730.1364.4770.9355.49
HexD2DE3D5049D404737
Octal32233675501111510010767
Binary110100101101111011110110101001001110110000001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE3D; }

 p { color: rgb(210,222,61); }

 H1.HeaderClassName
 {
   color: #D2DE3D;
 }
 .AnyTagClassName
 {
   color: #D2DE3D;
 }
</style>
background-color css

<style>
 a { background-color: #D2DE3D; }

 a { background-color: rgb(210,222,61); }

 div.DivClassName
 {
   background-color: #D2DE3D;
 }
 .BgClassName
 {
   background-color: #D2DE3D;
 }
</style>
border-color css

<style>
 span { border-color: #D2DE3D; }

 span { border-color: rgb(210,222,61); }

 td.TdClassName
 {
   border-color: #D2DE3D;
 }
 .TagClassName
 {
   border-color: #D2DE3D;
 }
</style>