#D2DD42

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

Shades of Bitter Lemon #D2DD42

Tints of Bitter Lemon #D2DD42

Color information

#D2DD42 (or 0xD2DD42) is unknown color: approx Bitter Lemon. HEX triplet: D2, DD and 42. RGB value is (210,221,66). Sum of RGB (Red+Green+Blue) = 210+221+66=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD42 is #2D22BD. Grayscale: #C8C8C8. Windows color (decimal): -2958014 or 4382162. OLE color: 4382162.

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

Color convert

RGB21022166-
CMYK0.0500.700.13
HSL64.26º69.51%56.27%-
HSV(B)64.26º70.14%86.67%-
XYZ53.4265.8115.04-
YUV200.0452.36135.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 66 (26.17% from 255) = 13.28%
R=42.25%
G=44.47%
B=13.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210221660.0500.700.1364.2669.5156.27
HexD2DD425046D404638
Octal322335102501061510010670
Binary1101001011011101100001010101000110110110000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD42; }

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

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

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

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

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

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

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

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