Shades of Bitter Lemon #D0D036
Tints of Bitter Lemon #D0D036
RGB
CMYK
RGB Variations
Color information
#D0D036 (or 0xD0D036) is known color: Bitter Lemon. HEX triplet: D0, D0 and 36. RGB value is (208,208,54). Sum of RGB (Red+Green+Blue) = 208+208+54=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D036 is #2F2FC9. Grayscale: #BFBFBF. Windows color (decimal): -3092426 or 3592400. OLE color: 3592400.
HSL color Cylindrical-coordinate representation of color #D0D036: hue angle of 60º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0D036 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 54 | - |
| CMYK | 0 | 0 | 0.74 | 0.18 |
| HSL | 60º | 0.62% | 0.51% | - |
| HSV(B) | 60º | 0.74% | 0.82% | - |
| XYZ | 49.23 | 58.79 | 12.24 | - |
| YUV | 190.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 54 | 0 | 0 | 0.74 | 0.18 | 60 | 0.62 | 0.51 |
| Hex | D0 | D0 | 36 | 0 | 0 | 4A | 12 | 3C | 3E | 33 |
| Octal | 320 | 320 | 66 | 0 | 0 | 112 | 22 | 74 | 76 | 63 |
| Binary | 11010000 | 11010000 | 110110 | 0 | 0 | 1001010 | 10010 | 111100 | 111110 | 110011 |
Color Harmonies of #D0D036
Complementary color
Monochromatic Colors of #D0D036
Black with #D0D036
Text Example
Text Example
White with #D0D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D036; }
p { color: rgb(208,208,54); }
H1.HeaderClassName
{
color: #D0D036;
}
.AnyTagClassName
{
color: #D0D036;
}
</style>
background-color css
<style>
a { background-color: #D0D036; }
a { background-color: rgb(208,208,54); }
div.DivClassName
{
background-color: #D0D036;
}
.BgClassName
{
background-color: #D0D036;
}
</style>
border-color css
<style>
span { border-color: #D0D036; }
span { border-color: rgb(208,208,54); }
td.TdClassName
{
border-color: #D0D036;
}
.TagClassName
{
border-color: #D0D036;
}
</style>