Html Css Color HEX #D9DD1F Bitter Lemon

📋 copy color: '#D9DD1F'

red 217 ◦ green 221 ◦ blue 31

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

Shades of Bitter Lemon #D9DD1F

Tints of Bitter Lemon #D9DD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.61%

R = 46.27%
G = 47.12%
B = 6.61%

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

#D9DD1F (or 0xD9DD1F) is known color: Bitter Lemon. HEX triplet: D9, DD and 1F. RGB value is (217,221,31). Sum of RGB (Red+Green+Blue) = 217+221+31=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD1F is #2622E0. Grayscale: #C6C6C6. Windows color (decimal): -2499297 or 2088409. OLE color: 2088409.

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

Color convert

RGB 217 221 31 -
CMYK 0.02 0 0.86 0.13
HSL 61.26º 0.75% 0.49% -
HSV(B) 61.26º 0.86% 0.87% -
XYZ 54.72 66.56 11.26 -
YUV 198.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 217 221 31 0.02 0 0.86 0.13 61.26 0.75 0.49
Hex D9 DD 1F 2 0 56 D 3D 4B 31
Octal 331 335 37 2 0 126 15 75 113 61
Binary 11011001 11011101 11111 10 0 1010110 1101 111101 1001011 110001

Color Harmonies of #D9DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD1F

Black with #D9DD1F

Text Example


Text Example

White with #D9DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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