Shades of Bitter Lemon #D0D731
Tints of Bitter Lemon #D0D731
RGB
CMYK
RGB Variations
Color information
#D0D731 (or 0xD0D731) is known color: Bitter Lemon. HEX triplet: D0, D7 and 31. RGB value is (208,215,49). Sum of RGB (Red+Green+Blue) = 208+215+49=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D731 is #2F28CE. Grayscale: #C2C2C2. Windows color (decimal): -3090639 or 3266512. OLE color: 3266512.
HSL color Cylindrical-coordinate representation of color #D0D731: hue angle of 62.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0D731 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 49 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.16 |
| HSL | 62.53º | 0.67% | 0.52% | - |
| HSV(B) | 62.53º | 0.77% | 0.84% | - |
| XYZ | 50.87 | 62.23 | 12.24 | - |
| YUV | 193.98 | 46.18 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 49 | 0.03 | 0 | 0.77 | 0.16 | 62.53 | 0.67 | 0.52 |
| Hex | D0 | D7 | 31 | 3 | 0 | 4D | 10 | 3F | 43 | 34 |
| Octal | 320 | 327 | 61 | 3 | 0 | 115 | 20 | 77 | 103 | 64 |
| Binary | 11010000 | 11010111 | 110001 | 11 | 0 | 1001101 | 10000 | 111111 | 1000011 | 110100 |
Color Harmonies of #D0D731
Complementary color
Monochromatic Colors of #D0D731
Black with #D0D731
Text Example
Text Example
White with #D0D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D731; }
p { color: rgb(208,215,49); }
H1.HeaderClassName
{
color: #D0D731;
}
.AnyTagClassName
{
color: #D0D731;
}
</style>
background-color css
<style>
a { background-color: #D0D731; }
a { background-color: rgb(208,215,49); }
div.DivClassName
{
background-color: #D0D731;
}
.BgClassName
{
background-color: #D0D731;
}
</style>
border-color css
<style>
span { border-color: #D0D731; }
span { border-color: rgb(208,215,49); }
td.TdClassName
{
border-color: #D0D731;
}
.TagClassName
{
border-color: #D0D731;
}
</style>