#D2D12F

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

Shades of Bitter Lemon #D2D12F

Tints of Bitter Lemon #D2D12F

Color information

#D2D12F (or 0xD2D12F) is unknown color: approx Bitter Lemon. HEX triplet: D2, D1 and 2F. RGB value is (210,209,47). Sum of RGB (Red+Green+Blue) = 210+209+47=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D12F is #2D2ED0. Grayscale: #BFBFBF. Windows color (decimal): -2961105 or 3133906. OLE color: 3133906.

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

Color convert

RGB21020947-
CMYK00.000.780.18
HSL59.63º64.43%50.39%-
HSV(B)59.63º77.62%82.35%-
XYZ49.8959.5111.55-
YUV190.8346.83141.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 47 (18.75% from 255) = 10.09%
R=45.06%
G=44.85%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102094700.000.780.1859.6364.4350.39
HexD2D12F004E123c4032
Octal3223215700116227410062
Binary1101001011010001101111001001110100101111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D12F; }

 p { color: rgb(210,209,47); }

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

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

 a { background-color: rgb(210,209,47); }

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

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

 span { border-color: rgb(210,209,47); }

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