Shades of Bitter Lemon #D0D331
Tints of Bitter Lemon #D0D331
RGB
CMYK
RGB Variations
Color information
#D0D331 (or 0xD0D331) is known color: Bitter Lemon. HEX triplet: D0, D3 and 31. RGB value is (208,211,49). Sum of RGB (Red+Green+Blue) = 208+211+49=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D331 is #2F2CCE. Grayscale: #C0C0C0. Windows color (decimal): -3091663 or 3265488. OLE color: 3265488.
HSL color Cylindrical-coordinate representation of color #D0D331: hue angle of 61.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0D331 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 49 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.17 |
| HSL | 61.11º | 0.65% | 0.51% | - |
| HSV(B) | 61.11º | 0.77% | 0.83% | - |
| XYZ | 49.86 | 60.22 | 11.9 | - |
| YUV | 191.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 49 | 0.01 | 0 | 0.77 | 0.17 | 61.11 | 0.65 | 0.51 |
| Hex | D0 | D3 | 31 | 1 | 0 | 4D | 11 | 3D | 41 | 33 |
| Octal | 320 | 323 | 61 | 1 | 0 | 115 | 21 | 75 | 101 | 63 |
| Binary | 11010000 | 11010011 | 110001 | 1 | 0 | 1001101 | 10001 | 111101 | 1000001 | 110011 |
Color Harmonies of #D0D331
Complementary color
Monochromatic Colors of #D0D331
Black with #D0D331
Text Example
Text Example
White with #D0D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D331; }
p { color: rgb(208,211,49); }
H1.HeaderClassName
{
color: #D0D331;
}
.AnyTagClassName
{
color: #D0D331;
}
</style>
background-color css
<style>
a { background-color: #D0D331; }
a { background-color: rgb(208,211,49); }
div.DivClassName
{
background-color: #D0D331;
}
.BgClassName
{
background-color: #D0D331;
}
</style>
border-color css
<style>
span { border-color: #D0D331; }
span { border-color: rgb(208,211,49); }
td.TdClassName
{
border-color: #D0D331;
}
.TagClassName
{
border-color: #D0D331;
}
</style>