#D8DD2C

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

Shades of Bitter Lemon #D8DD2C

Tints of Bitter Lemon #D8DD2C

Color information

#D8DD2C (or 0xD8DD2C) is unknown color: approx Bitter Lemon. HEX triplet: D8, DD and 2C. RGB value is (216,221,44). Sum of RGB (Red+Green+Blue) = 216+221+44=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD2C is #2722D3. Grayscale: #C8C8C8. Windows color (decimal): -2564820 or 2940376. OLE color: 2940376.

HSL color Cylindrical-coordinate representation of color #D8DD2C: hue angle of 61.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8DD2C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB21622144-
CMYK0.0200.800.13
HSL61.69º72.24%51.96%-
HSV(B)61.69º80.09%86.67%-
XYZ54.6366.4912.34-
YUV199.3340.34139.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 44 (17.58% from 255) = 9.15%
R=44.91%
G=45.95%
B=9.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216221440.0200.800.1361.6972.2451.96
HexD8DD2C2050D3e4834
Octal3303355420120157611064
Binary1101100011011101101100100101000011011111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD2C; }

 p { color: rgb(216,221,44); }

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

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

 a { background-color: rgb(216,221,44); }

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

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

 span { border-color: rgb(216,221,44); }

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