#D2DB32

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

Shades of Bitter Lemon #D2DB32

Tints of Bitter Lemon #D2DB32

Color information

#D2DB32 (or 0xD2DB32) is unknown color: approx Bitter Lemon. HEX triplet: D2, DB and 32. RGB value is (210,219,50). Sum of RGB (Red+Green+Blue) = 210+219+50=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB32 is #2D24CD. Grayscale: #C5C5C5. Windows color (decimal): -2958542 or 3333074. OLE color: 3333074.

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

Color convert

RGB21021950-
CMYK0.0400.770.14
HSL63.2º70.12%52.75%-
HSV(B)63.2º77.17%85.88%-
XYZ52.4964.5912.72-
YUV197.0445.02137.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 50 (19.92% from 255) = 10.44%
R=43.84%
G=45.72%
B=10.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210219500.0400.770.1463.270.1252.75
HexD2DB32404DE3f4635
Octal3223336240115167710665
Binary11010010110110111100101000100110111101111111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DB32; }

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

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

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

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

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

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

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

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