#D1CF32

Color #D1CF32 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D1CF32

Tints of Bitter Lemon #D1CF32

Color information

#D1CF32 (or 0xD1CF32) is unknown color: approx Bitter Lemon. HEX triplet: D1, CF and 32. RGB value is (209,207,50). Sum of RGB (Red+Green+Blue) = 209+207+50=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF32 is #2E30CD. Grayscale: #BEBEBE. Windows color (decimal): -3027150 or 3330001. OLE color: 3330001.

HSL color Cylindrical-coordinate representation of color #D1CF32: hue angle of 59.25º 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 #D1CF32 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20920750-
CMYK00.010.760.18
HSL59.25º63.35%50.78%-
HSV(B)59.25º76.08%81.96%-
XYZ49.1858.4111.7-
YUV189.749.16141.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 207 (81.25% from 255) = 44.42%
BLUE value IS 50 (19.92% from 255) = 10.73%
R=44.85%
G=44.42%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092075000.010.760.1859.2563.3550.78
HexD1CF32014C123b3f33
Octal321317620111422737763
Binary110100011100111111001001100110010010111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF32; }

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

 H1.HeaderClassName
 {
   color: #D1CF32;
 }
 .AnyTagClassName
 {
   color: #D1CF32;
 }
</style>
background-color css

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

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

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

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

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

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