Shades of Bitter Lemon #D0D237
Tints of Bitter Lemon #D0D237
RGB
CMYK
RGB Variations
Color information
#D0D237 (or 0xD0D237) is known color: Bitter Lemon. HEX triplet: D0, D2 and 37. RGB value is (208,210,55). Sum of RGB (Red+Green+Blue) = 208+210+55=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D237 is #2F2DC8. Grayscale: #C0C0C0. Windows color (decimal): -3091913 or 3658448. OLE color: 3658448.
HSL color Cylindrical-coordinate representation of color #D0D237: hue angle of 60.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0D237 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 55 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.18 |
| HSL | 60.77º | 0.63% | 0.52% | - |
| HSV(B) | 60.77º | 0.74% | 0.82% | - |
| XYZ | 49.75 | 59.78 | 12.53 | - |
| YUV | 191.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 55 | 0.01 | 0 | 0.74 | 0.18 | 60.77 | 0.63 | 0.52 |
| Hex | D0 | D2 | 37 | 1 | 0 | 4A | 12 | 3D | 3F | 34 |
| Octal | 320 | 322 | 67 | 1 | 0 | 112 | 22 | 75 | 77 | 64 |
| Binary | 11010000 | 11010010 | 110111 | 1 | 0 | 1001010 | 10010 | 111101 | 111111 | 110100 |
Color Harmonies of #D0D237
Complementary color
Monochromatic Colors of #D0D237
Black with #D0D237
Text Example
Text Example
White with #D0D237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D237; }
p { color: rgb(208,210,55); }
H1.HeaderClassName
{
color: #D0D237;
}
.AnyTagClassName
{
color: #D0D237;
}
</style>
background-color css
<style>
a { background-color: #D0D237; }
a { background-color: rgb(208,210,55); }
div.DivClassName
{
background-color: #D0D237;
}
.BgClassName
{
background-color: #D0D237;
}
</style>
border-color css
<style>
span { border-color: #D0D237; }
span { border-color: rgb(208,210,55); }
td.TdClassName
{
border-color: #D0D237;
}
.TagClassName
{
border-color: #D0D237;
}
</style>