#D0DB37

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

Shades of Bitter Lemon #D0DB37

Tints of Bitter Lemon #D0DB37

Color information

#D0DB37 (or 0xD0DB37) is unknown color: approx Bitter Lemon. HEX triplet: D0, DB and 37. RGB value is (208,219,55). Sum of RGB (Red+Green+Blue) = 208+219+55=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB37 is #2F24C8. Grayscale: #C5C5C5. Windows color (decimal): -3089609 or 3660752. OLE color: 3660752.

HSL color Cylindrical-coordinate representation of color #D0DB37: hue angle of 64.02º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0DB37 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB20821955-
CMYK0.0500.750.14
HSL64.02º69.49%53.73%-
HSV(B)64.02º74.89%85.88%-
XYZ52.0364.3513.29-
YUV197.0247.86135.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 55 (21.88% from 255) = 11.41%
R=43.15%
G=45.44%
B=11.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208219550.0500.750.1464.0269.4953.73
HexD0DB37504BE404536
Octal32033367501131610010566
Binary110100001101101111011110101001011111010000001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DB37; }

 p { color: rgb(208,219,55); }

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

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

 a { background-color: rgb(208,219,55); }

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

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

 span { border-color: rgb(208,219,55); }

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