Shades of Bitter Lemon #D0D232
Tints of Bitter Lemon #D0D232
RGB
CMYK
RGB Variations
Color information
#D0D232 (or 0xD0D232) is known color: Bitter Lemon. HEX triplet: D0, D2 and 32. RGB value is (208,210,50). Sum of RGB (Red+Green+Blue) = 208+210+50=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D232 is #2F2DCD. Grayscale: #BFBFBF. Windows color (decimal): -3091918 or 3330768. OLE color: 3330768.
HSL color Cylindrical-coordinate representation of color #D0D232: hue angle of 60.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0D232 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 50 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.18 |
| HSL | 60.75º | 0.64% | 0.51% | - |
| HSV(B) | 60.75º | 0.76% | 0.82% | - |
| XYZ | 49.63 | 59.73 | 11.93 | - |
| YUV | 191.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 50 | 0.01 | 0 | 0.76 | 0.18 | 60.75 | 0.64 | 0.51 |
| Hex | D0 | D2 | 32 | 1 | 0 | 4C | 12 | 3D | 40 | 33 |
| Octal | 320 | 322 | 62 | 1 | 0 | 114 | 22 | 75 | 100 | 63 |
| Binary | 11010000 | 11010010 | 110010 | 1 | 0 | 1001100 | 10010 | 111101 | 1000000 | 110011 |
Color Harmonies of #D0D232
Complementary color
Monochromatic Colors of #D0D232
Black with #D0D232
Text Example
Text Example
White with #D0D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D232; }
p { color: rgb(208,210,50); }
H1.HeaderClassName
{
color: #D0D232;
}
.AnyTagClassName
{
color: #D0D232;
}
</style>
background-color css
<style>
a { background-color: #D0D232; }
a { background-color: rgb(208,210,50); }
div.DivClassName
{
background-color: #D0D232;
}
.BgClassName
{
background-color: #D0D232;
}
</style>
border-color css
<style>
span { border-color: #D0D232; }
span { border-color: rgb(208,210,50); }
td.TdClassName
{
border-color: #D0D232;
}
.TagClassName
{
border-color: #D0D232;
}
</style>