Shades of Bitter Lemon #D0D233
Tints of Bitter Lemon #D0D233
RGB
CMYK
RGB Variations
Color information
#D0D233 (or 0xD0D233) is known color: Bitter Lemon. HEX triplet: D0, D2 and 33. RGB value is (208,210,51). Sum of RGB (Red+Green+Blue) = 208+210+51=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D233 is #2F2DCC. Grayscale: #BFBFBF. Windows color (decimal): -3091917 or 3396304. OLE color: 3396304.
HSL color Cylindrical-coordinate representation of color #D0D233: 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 #D0D233 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 51 | - |
| 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.66 | 59.74 | 12.05 | - |
| YUV | 191.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 51 | 0.01 | 0 | 0.76 | 0.18 | 60.75 | 0.64 | 0.51 |
| Hex | D0 | D2 | 33 | 1 | 0 | 4C | 12 | 3D | 40 | 33 |
| Octal | 320 | 322 | 63 | 1 | 0 | 114 | 22 | 75 | 100 | 63 |
| Binary | 11010000 | 11010010 | 110011 | 1 | 0 | 1001100 | 10010 | 111101 | 1000000 | 110011 |
Color Harmonies of #D0D233
Complementary color
Monochromatic Colors of #D0D233
Black with #D0D233
Text Example
Text Example
White with #D0D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D233; }
p { color: rgb(208,210,51); }
H1.HeaderClassName
{
color: #D0D233;
}
.AnyTagClassName
{
color: #D0D233;
}
</style>
background-color css
<style>
a { background-color: #D0D233; }
a { background-color: rgb(208,210,51); }
div.DivClassName
{
background-color: #D0D233;
}
.BgClassName
{
background-color: #D0D233;
}
</style>
border-color css
<style>
span { border-color: #D0D233; }
span { border-color: rgb(208,210,51); }
td.TdClassName
{
border-color: #D0D233;
}
.TagClassName
{
border-color: #D0D233;
}
</style>