Shades of Bitter Lemon #D0D033
Tints of Bitter Lemon #D0D033
RGB
CMYK
RGB Variations
Color information
#D0D033 (or 0xD0D033) is known color: Bitter Lemon. HEX triplet: D0, D0 and 33. RGB value is (208,208,51). Sum of RGB (Red+Green+Blue) = 208+208+51=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D033 is #2F2FCC. Grayscale: #BEBEBE. Windows color (decimal): -3092429 or 3395792. OLE color: 3395792.
HSL color Cylindrical-coordinate representation of color #D0D033: hue angle of 60º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0D033 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 51 | - |
| CMYK | 0 | 0 | 0.75 | 0.18 |
| HSL | 60º | 0.63% | 0.51% | - |
| HSV(B) | 60º | 0.75% | 0.82% | - |
| XYZ | 49.17 | 58.76 | 11.88 | - |
| YUV | 190.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 51 | 0 | 0 | 0.75 | 0.18 | 60 | 0.63 | 0.51 |
| Hex | D0 | D0 | 33 | 0 | 0 | 4B | 12 | 3C | 3F | 33 |
| Octal | 320 | 320 | 63 | 0 | 0 | 113 | 22 | 74 | 77 | 63 |
| Binary | 11010000 | 11010000 | 110011 | 0 | 0 | 1001011 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #D0D033
Complementary color
Monochromatic Colors of #D0D033
Black with #D0D033
Text Example
Text Example
White with #D0D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D033; }
p { color: rgb(208,208,51); }
H1.HeaderClassName
{
color: #D0D033;
}
.AnyTagClassName
{
color: #D0D033;
}
</style>
background-color css
<style>
a { background-color: #D0D033; }
a { background-color: rgb(208,208,51); }
div.DivClassName
{
background-color: #D0D033;
}
.BgClassName
{
background-color: #D0D033;
}
</style>
border-color css
<style>
span { border-color: #D0D033; }
span { border-color: rgb(208,208,51); }
td.TdClassName
{
border-color: #D0D033;
}
.TagClassName
{
border-color: #D0D033;
}
</style>