#D1D22F

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

Shades of Bitter Lemon #D1D22F

Tints of Bitter Lemon #D1D22F

Color information

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

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

Color convert

RGB20921047-
CMYK0.0000.780.18
HSL60.37º64.43%50.39%-
HSV(B)60.37º77.62%82.35%-
XYZ49.8559.8511.61-
YUV191.1246.67140.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209210470.0000.780.1860.3764.4350.39
HexD1D22F004E123c4032
Octal3213225700116227410062
Binary1101000111010010101111001001110100101111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D22F; }

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

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

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

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

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

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

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

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