#D2DB47

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

Shades of Bitter Lemon #D2DB47

Tints of Bitter Lemon #D2DB47

Color information

#D2DB47 (or 0xD2DB47) is unknown color: approx Bitter Lemon. HEX triplet: D2, DB and 47. RGB value is (210,219,71). Sum of RGB (Red+Green+Blue) = 210+219+71=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB47 is #2D24B8. Grayscale: #C8C8C8. Windows color (decimal): -2958521 or 4709330. OLE color: 4709330.

HSL color Cylindrical-coordinate representation of color #D2DB47: hue angle of 63.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2DB47 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB21021971-
CMYK0.0400.680.14
HSL63.65º67.27%56.86%-
HSV(B)63.65º67.58%85.88%-
XYZ53.0564.8215.68-
YUV199.4455.52135.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 71 (28.12% from 255) = 14.2%
R=42%
G=43.8%
B=14.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210219710.0400.680.1463.6567.2756.86
HexD2DB474044E404339
Octal322333107401041610010371
Binary1101001011011011100011110001000100111010000001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DB47; }

 p { color: rgb(210,219,71); }

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

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

 a { background-color: rgb(210,219,71); }

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

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

 span { border-color: rgb(210,219,71); }

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