Html Css Color HEX #D9DD20 Bitter Lemon

📋 copy color: '#D9DD20'

red 217 ◦ green 221 ◦ blue 32

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

Shades of Bitter Lemon #D9DD20

Tints of Bitter Lemon #D9DD20

RGB

 RED value IS 217 (85.16% from 255) = 46.17%

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

 BLUE value IS 32 (12.89% from 255) = 6.81%

R = 46.17%
G = 47.02%
B = 6.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#D9DD20 (or 0xD9DD20) is known color: Bitter Lemon. HEX triplet: D9, DD and 20. RGB value is (217,221,32). Sum of RGB (Red+Green+Blue) = 217+221+32=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD20 is #2622DF. Grayscale: #C7C7C7. Windows color (decimal): -2499296 or 2153945. OLE color: 2153945.

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

Color convert

RGB 217 221 32 -
CMYK 0.02 0 0.86 0.13
HSL 61.27º 0.75% 0.5% -
HSV(B) 61.27º 0.86% 0.87% -
XYZ 54.73 66.57 11.33 -
YUV 198.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 217 221 32 0.02 0 0.86 0.13 61.27 0.75 0.5
Hex D9 DD 20 2 0 56 D 3D 4B 32
Octal 331 335 40 2 0 126 15 75 113 62
Binary 11011001 11011101 100000 10 0 1010110 1101 111101 1001011 110010

Color Harmonies of #D9DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD20

Black with #D9DD20

Text Example


Text Example

White with #D9DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD20; }

 p { color: rgb(217,221,32); }

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

background-color css

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

 a { background-color: rgb(217,221,32); }

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

border-color css

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

 span { border-color: rgb(217,221,32); }

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