Html Css Color HEX #D9D231 Bitter Lemon

📋 copy color: '#D9D231'

red 217 ◦ green 210 ◦ blue 49

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

Shades of Bitter Lemon #D9D231

Tints of Bitter Lemon #D9D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

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

R = 45.59%
G = 44.12%
B = 10.29%

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

#D9D231 (or 0xD9D231) is known color: Bitter Lemon. HEX triplet: D9, D2 and 31. RGB value is (217,210,49). Sum of RGB (Red+Green+Blue) = 217+210+49=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D231 is #262DCE. Grayscale: #C2C2C2. Windows color (decimal): -2502095 or 3265241. OLE color: 3265241.

HSL color Cylindrical-coordinate representation of color #D9D231: hue angle of 57.5º 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 #D9D231 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 210 49 -
CMYK 0 0.03 0.77 0.15
HSL 57.5º 0.69% 0.52% -
HSV(B) 57.5º 0.77% 0.85% -
XYZ 52.22 61.07 11.94 -
YUV 193.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 217 210 49 0 0.03 0.77 0.15 57.5 0.69 0.52
Hex D9 D2 31 0 3 4D F 3A 45 34
Octal 331 322 61 0 3 115 17 72 105 64
Binary 11011001 11010010 110001 0 11 1001101 1111 111010 1000101 110100

Color Harmonies of #D9D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D231

Black with #D9D231

Text Example


Text Example

White with #D9D231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D231; }

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

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

background-color css

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

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

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

border-color css

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

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

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