Html Css Color HEX #D1D032 Bitter Lemon

📋 copy color: '#D1D032'

red 209 ◦ green 208 ◦ blue 50

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

Shades of Bitter Lemon #D1D032

Tints of Bitter Lemon #D1D032

RGB

 RED value IS 209 (82.03% from 255) = 44.75%

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 50 (19.92% from 255) = 10.71%

R = 44.75%
G = 44.54%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D1D032 (or 0xD1D032) is known color: Bitter Lemon. HEX triplet: D1, D0 and 32. RGB value is (209,208,50). Sum of RGB (Red+Green+Blue) = 209+208+50=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D032 is #2E2FCD. Grayscale: #BEBEBE. Windows color (decimal): -3026894 or 3330257. OLE color: 3330257.

HSL color Cylindrical-coordinate representation of color #D1D032: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1D032 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 50 -
CMYK 0 0.00 0.76 0.18
HSL 59.62º 0.63% 0.51% -
HSV(B) 59.62º 0.76% 0.82% -
XYZ 49.43 58.9 11.78 -
YUV 190.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 209 208 50 0 0.00 0.76 0.18 59.62 0.63 0.51
Hex D1 D0 32 0 0 4C 12 3C 3F 33
Octal 321 320 62 0 0 114 22 74 77 63
Binary 11010001 11010000 110010 0 0 1001100 10010 111100 111111 110011

Color Harmonies of #D1D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D032

Black with #D1D032

Text Example


Text Example

White with #D1D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D032; }

 p { color: rgb(209,208,50); }

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

background-color css

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

 a { background-color: rgb(209,208,50); }

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

border-color css

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

 span { border-color: rgb(209,208,50); }

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