Html Css Color HEX #D8DD32 Bitter Lemon

📋 copy color: '#D8DD32'

red 216 ◦ green 221 ◦ blue 50

#D8DD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D8DD32

Tints of Bitter Lemon #D8DD32

RGB

 RED value IS 216 (84.77% from 255) = 44.35%

 GREEN value IS 221 (86.72% from 255) = 45.38%

 BLUE value IS 50 (19.92% from 255) = 10.27%

R = 44.35%
G = 45.38%
B = 10.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D8DD32 (or 0xD8DD32) is known color: Bitter Lemon. HEX triplet: D8, DD and 32. RGB value is (216,221,50). Sum of RGB (Red+Green+Blue) = 216+221+50=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD32 is #2722CD. Grayscale: #C8C8C8. Windows color (decimal): -2564814 or 3333592. OLE color: 3333592.

HSL color Cylindrical-coordinate representation of color #D8DD32: hue angle of 61.75º degrees, saturation: 0.72, 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 #D8DD32 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 50 -
CMYK 0.02 0 0.77 0.13
HSL 61.75º 0.72% 0.53% -
HSV(B) 61.75º 0.77% 0.87% -
XYZ 54.75 66.54 12.98 -
YUV 200.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 216 221 50 0.02 0 0.77 0.13 61.75 0.72 0.53
Hex D8 DD 32 2 0 4D D 3E 48 35
Octal 330 335 62 2 0 115 15 76 110 65
Binary 11011000 11011101 110010 10 0 1001101 1101 111110 1001000 110101

Color Harmonies of #D8DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD32

Black with #D8DD32

Text Example


Text Example

White with #D8DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD32; }

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

 H1.HeaderClassName
 {
   color: #D8DD32;
 }
 .AnyTagClassName
 {
   color: #D8DD32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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