Html Css Color HEX #D9D331 Bitter Lemon

📋 copy color: '#D9D331'

red 217 ◦ green 211 ◦ blue 49

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

Shades of Bitter Lemon #D9D331

Tints of Bitter Lemon #D9D331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 45.49%
G = 44.23%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9D331 (or 0xD9D331) is known color: Bitter Lemon. HEX triplet: D9, D3 and 31. RGB value is (217,211,49). Sum of RGB (Red+Green+Blue) = 217+211+49=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D331 is #262CCE. Grayscale: #C2C2C2. Windows color (decimal): -2501839 or 3265497. OLE color: 3265497.

HSL color Cylindrical-coordinate representation of color #D9D331: hue angle of 57.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9D331 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 211 49 -
CMYK 0 0.03 0.77 0.15
HSL 57.86º 0.69% 0.52% -
HSV(B) 57.86º 0.77% 0.85% -
XYZ 52.46 61.56 12.02 -
YUV 194.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 217 211 49 0 0.03 0.77 0.15 57.86 0.69 0.52
Hex D9 D3 31 0 3 4D F 3A 45 34
Octal 331 323 61 0 3 115 17 72 105 64
Binary 11011001 11010011 110001 0 11 1001101 1111 111010 1000101 110100

Color Harmonies of #D9D331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D331

Black with #D9D331

Text Example


Text Example

White with #D9D331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D331; }

 p { color: rgb(217,211,49); }

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

background-color css

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

 a { background-color: rgb(217,211,49); }

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

border-color css

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

 span { border-color: rgb(217,211,49); }

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