#D2DF42

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

Shades of Bitter Lemon #D2DF42

Tints of Bitter Lemon #D2DF42

Color information

#D2DF42 (or 0xD2DF42) is unknown color: approx Bitter Lemon. HEX triplet: D2, DF and 42. RGB value is (210,223,66). Sum of RGB (Red+Green+Blue) = 210+223+66=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DF42 is #2D20BD. Grayscale: #C9C9C9. Windows color (decimal): -2957502 or 4382674. OLE color: 4382674.

HSL color Cylindrical-coordinate representation of color #D2DF42: hue angle of 64.97º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2DF42 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB21022366-
CMYK0.0600.700.13
HSL64.97º71.04%56.67%-
HSV(B)64.97º70.4%87.45%-
XYZ53.9566.8715.22-
YUV201.2151.69134.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 66 (26.17% from 255) = 13.23%
R=42.08%
G=44.69%
B=13.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210223660.0600.700.1364.9771.0456.67
HexD2DF426046D414739
Octal322337102601061510110771
Binary1101001011011111100001011001000110110110000011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF42; }

 p { color: rgb(210,223,66); }

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

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

 a { background-color: rgb(210,223,66); }

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

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

 span { border-color: rgb(210,223,66); }

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