#D0D842

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

Shades of Bitter Lemon #D0D842

Tints of Bitter Lemon #D0D842

Color information

#D0D842 (or 0xD0D842) is unknown color: approx Bitter Lemon. HEX triplet: D0, D8 and 42. RGB value is (208,216,66). Sum of RGB (Red+Green+Blue) = 208+216+66=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D842 is #2F27BD. Grayscale: #C5C5C5. Windows color (decimal): -3090366 or 4380880. OLE color: 4380880.

HSL color Cylindrical-coordinate representation of color #D0D842: hue angle of 63.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0D842 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB20821666-
CMYK0.0400.690.15
HSL63.2º65.79%55.29%-
HSV(B)63.2º69.44%84.71%-
XYZ51.5562.9114.58-
YUV196.5154.35136.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 66 (26.17% from 255) = 13.47%
R=42.45%
G=44.08%
B=13.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208216660.0400.690.1563.265.7955.29
HexD0D8424045F3f4237
Octal32033010240105177710267
Binary110100001101100010000101000100010111111111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D842; }

 p { color: rgb(208,216,66); }

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

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

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

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

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

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

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