Html Css Color HEX #D9DD2C Bitter Lemon

📋 copy color: '#D9DD2C'

red 217 ◦ green 221 ◦ blue 44

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

Shades of Bitter Lemon #D9DD2C

Tints of Bitter Lemon #D9DD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 45.02%
G = 45.85%
B = 9.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#D9DD2C (or 0xD9DD2C) is known color: Bitter Lemon. HEX triplet: D9, DD and 2C. RGB value is (217,221,44). Sum of RGB (Red+Green+Blue) = 217+221+44=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD2C is #2622D3. Grayscale: #C8C8C8. Windows color (decimal): -2499284 or 2940377. OLE color: 2940377.

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

Color convert

RGB 217 221 44 -
CMYK 0.02 0 0.80 0.13
HSL 61.36º 0.72% 0.52% -
HSV(B) 61.36º 0.8% 0.87% -
XYZ 54.93 66.65 12.35 -
YUV 199.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 217 221 44 0.02 0 0.80 0.13 61.36 0.72 0.52
Hex D9 DD 2C 2 0 50 D 3D 48 34
Octal 331 335 54 2 0 120 15 75 110 64
Binary 11011001 11011101 101100 10 0 1010000 1101 111101 1001000 110100

Color Harmonies of #D9DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD2C

Black with #D9DD2C

Text Example


Text Example

White with #D9DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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