#D1D12C

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

Shades of Bitter Lemon #D1D12C

Tints of Bitter Lemon #D1D12C

Color information

#D1D12C (or 0xD1D12C) is unknown color: approx Bitter Lemon. HEX triplet: D1, D1 and 2C. RGB value is (209,209,44). Sum of RGB (Red+Green+Blue) = 209+209+44=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D12C is #2E2ED3. Grayscale: #BEBEBE. Windows color (decimal): -3026644 or 2937297. OLE color: 2937297.

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

Color convert

RGB20920944-
CMYK000.790.18
HSL60º65.22%49.61%-
HSV(B)60º78.95%81.96%-
XYZ49.5559.3411.22-
YUV190.1945.5141.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 44 (17.58% from 255) = 9.52%
R=45.24%
G=45.24%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920944000.790.186065.2249.61
HexD1D12C004F123c4132
Octal3213215400117227410162
Binary1101000111010001101100001001111100101111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D12C; }

 p { color: rgb(209,209,44); }

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

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

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

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

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

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

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