#d2d539

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

Shades of Bitter Lemon #D2D539

Tints of Bitter Lemon #D2D539

Color information

#D2D539 (or 0xD2D539) is unknown color: approx Bitter Lemon. HEX triplet: D2, D5 and 39. RGB value is (210,213,57). Sum of RGB (Red+Green+Blue) = 210+213+57=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 57 (22.66% from 255 or 11.88% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D539 is #2D2AC6. Grayscale: #C2C2C2. Windows color (decimal): -2960071 or 3790290. OLE color: 3790290.

HSL color Cylindrical-coordinate representation of color #D2D539: hue angle of 61.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2D539 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21021357-
CMYK0.0100.730.16
HSL61.15º65%52.94%-
HSV(B)61.15º73.24%83.53%-
XYZ51.1161.5913.06-
YUV194.3250.51139.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 57 (22.66% from 255) = 11.88%
R=43.75%
G=44.38%
B=11.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210213570.0100.730.1661.156552.94
HexD2D5391049103d4135
Octal3223257110111207510165
Binary1101001011010101111001101001001100001111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2d539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2d539; }

 p { color: rgb(210,213,57); }

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

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

 a { background-color: rgb(210,213,57); }

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

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

 span { border-color: rgb(210,213,57); }

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