#D8DD33

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

Shades of Bitter Lemon #D8DD33

Tints of Bitter Lemon #D8DD33

Color information

#D8DD33 (or 0xD8DD33) is unknown color: approx Bitter Lemon. HEX triplet: D8, DD and 33. RGB value is (216,221,51). Sum of RGB (Red+Green+Blue) = 216+221+51=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD33 is #2722CC. Grayscale: #C8C8C8. Windows color (decimal): -2564813 or 3399128. OLE color: 3399128.

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

Color convert

RGB21622151-
CMYK0.0200.770.13
HSL61.76º71.43%53.33%-
HSV(B)61.76º76.92%86.67%-
XYZ54.7766.5513.09-
YUV200.1243.84139.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 51 (20.31% from 255) = 10.45%
R=44.26%
G=45.29%
B=10.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216221510.0200.770.1361.7671.4353.33
HexD8DD33204DD3e4735
Octal3303356320115157610765
Binary1101100011011101110011100100110111011111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD33; }

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

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

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

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

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

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

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

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