#D2DF41

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

Shades of Bitter Lemon #D2DF41

Tints of Bitter Lemon #D2DF41

Color information

#D2DF41 (or 0xD2DF41) is unknown color: approx Bitter Lemon. HEX triplet: D2, DF and 41. RGB value is (210,223,65). Sum of RGB (Red+Green+Blue) = 210+223+65=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DF41 is #2D20BE. Grayscale: #C9C9C9. Windows color (decimal): -2957503 or 4317138. OLE color: 4317138.

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

Color convert

RGB21022365-
CMYK0.0600.710.13
HSL64.94º71.17%56.47%-
HSV(B)64.94º70.85%87.45%-
XYZ53.9266.8615.06-
YUV201.151.19134.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 65 (25.78% from 255) = 13.05%
R=42.17%
G=44.78%
B=13.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210223650.0600.710.1364.9471.1756.47
HexD2DF416047D414738
Octal322337101601071510110770
Binary1101001011011111100000111001000111110110000011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF41; }

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

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

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

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

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

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

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

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