Shades of Bitter Lemon #D0CE2D
Tints of Bitter Lemon #D0CE2D
RGB
CMYK
RGB Variations
Color information
#D0CE2D (or 0xD0CE2D) is known color: Bitter Lemon. HEX triplet: D0, CE and 2D. RGB value is (208,206,45). Sum of RGB (Red+Green+Blue) = 208+206+45=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE2D is #2F31D2. Grayscale: #BCBCBC. Windows color (decimal): -3092947 or 3002064. OLE color: 3002064.
HSL color Cylindrical-coordinate representation of color #D0CE2D: hue angle of 59.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0CE2D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 45 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.18 |
| HSL | 59.26º | 0.64% | 0.5% | - |
| HSV(B) | 59.26º | 0.78% | 0.82% | - |
| XYZ | 48.56 | 57.74 | 11.07 | - |
| YUV | 188.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 45 | 0 | 0.01 | 0.78 | 0.18 | 59.26 | 0.64 | 0.5 |
| Hex | D0 | CE | 2D | 0 | 1 | 4E | 12 | 3B | 40 | 32 |
| Octal | 320 | 316 | 55 | 0 | 1 | 116 | 22 | 73 | 100 | 62 |
| Binary | 11010000 | 11001110 | 101101 | 0 | 1 | 1001110 | 10010 | 111011 | 1000000 | 110010 |
Color Harmonies of #D0CE2D
Complementary color
Monochromatic Colors of #D0CE2D
Black with #D0CE2D
Text Example
Text Example
White with #D0CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE2D; }
p { color: rgb(208,206,45); }
H1.HeaderClassName
{
color: #D0CE2D;
}
.AnyTagClassName
{
color: #D0CE2D;
}
</style>
background-color css
<style>
a { background-color: #D0CE2D; }
a { background-color: rgb(208,206,45); }
div.DivClassName
{
background-color: #D0CE2D;
}
.BgClassName
{
background-color: #D0CE2D;
}
</style>
border-color css
<style>
span { border-color: #D0CE2D; }
span { border-color: rgb(208,206,45); }
td.TdClassName
{
border-color: #D0CE2D;
}
.TagClassName
{
border-color: #D0CE2D;
}
</style>