#D1D134

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

Shades of Bitter Lemon #D1D134

Tints of Bitter Lemon #D1D134

Color information

#D1D134 (or 0xD1D134) is unknown color: approx Bitter Lemon. HEX triplet: D1, D1 and 34. RGB value is (209,209,52). Sum of RGB (Red+Green+Blue) = 209+209+52=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D134 is #2E2ECB. Grayscale: #BFBFBF. Windows color (decimal): -3026636 or 3461585. OLE color: 3461585.

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

Color convert

RGB20920952-
CMYK000.750.18
HSL60º63.05%51.18%-
HSV(B)60º75.12%81.96%-
XYZ49.7159.412.09-
YUV191.149.5140.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 52 (20.70% from 255) = 11.06%
R=44.47%
G=44.47%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920952000.750.186063.0551.18
HexD1D134004B123c3f33
Octal321321640011322747763
Binary110100011101000111010000100101110010111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D134; }

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

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

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

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

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

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

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

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