#D0D02D

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

Shades of Bitter Lemon #D0D02D

Tints of Bitter Lemon #D0D02D

Color information

#D0D02D (or 0xD0D02D) is unknown color: approx Bitter Lemon. HEX triplet: D0, D0 and 2D. RGB value is (208,208,45). Sum of RGB (Red+Green+Blue) = 208+208+45=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D02D is #2F2FD2. Grayscale: #BEBEBE. Windows color (decimal): -3092435 or 3002576. OLE color: 3002576.

HSL color Cylindrical-coordinate representation of color #D0D02D: hue angle of 60º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0D02D is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20820845-
CMYK000.780.18
HSL60º64.43%49.61%-
HSV(B)60º78.37%81.57%-
XYZ49.0458.7111.23-
YUV189.4246.5141.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 45 (17.97% from 255) = 9.76%
R=45.12%
G=45.12%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820845000.780.186064.4349.61
HexD0D02D004E123c4032
Octal3203205500116227410062
Binary1101000011010000101101001001110100101111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D02D; }

 p { color: rgb(208,208,45); }

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

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

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

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

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

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

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