#D2DB35

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

Shades of Bitter Lemon #D2DB35

Tints of Bitter Lemon #D2DB35

Color information

#D2DB35 (or 0xD2DB35) is unknown color: approx Bitter Lemon. HEX triplet: D2, DB and 35. RGB value is (210,219,53). Sum of RGB (Red+Green+Blue) = 210+219+53=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB35 is #2D24CA. Grayscale: #C6C6C6. Windows color (decimal): -2958539 or 3529682. OLE color: 3529682.

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

Color convert

RGB21021953-
CMYK0.0400.760.14
HSL63.25º69.75%53.33%-
HSV(B)63.25º75.8%85.88%-
XYZ52.5564.6213.07-
YUV197.3846.52137-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 53 (21.09% from 255) = 11.00%
R=43.57%
G=45.44%
B=11.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210219530.0400.760.1463.2569.7553.33
HexD2DB35404CE3f4635
Octal3223336540114167710665
Binary11010010110110111101011000100110011101111111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DB35; }

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

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

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

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

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

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

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

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