#D1D035

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

Shades of Bitter Lemon #D1D035

Tints of Bitter Lemon #D1D035

Color information

#D1D035 (or 0xD1D035) is unknown color: approx Bitter Lemon. HEX triplet: D1, D0 and 35. RGB value is (209,208,53). Sum of RGB (Red+Green+Blue) = 209+208+53=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D035 is #2E2FCA. Grayscale: #BFBFBF. Windows color (decimal): -3026891 or 3526865. OLE color: 3526865.

HSL color Cylindrical-coordinate representation of color #D1D035: 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.75%. Process color model (Four color, CMYK) of #D1D035 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20920853-
CMYK00.000.750.18
HSL59.62º62.9%51.37%-
HSV(B)59.62º74.64%81.96%-
XYZ49.4958.9212.13-
YUV190.6350.33141.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 208 (81.64% from 255) = 44.26%
BLUE value IS 53 (21.09% from 255) = 11.28%
R=44.47%
G=44.26%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092085300.000.750.1859.6262.951.37
HexD1D035004B123c3f33
Octal321320650011322747763
Binary110100011101000011010100100101110010111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D035; }

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

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

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

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

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

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

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

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