Shades of Bitter Lemon #D0D92F
Tints of Bitter Lemon #D0D92F
RGB
CMYK
RGB Variations
Color information
#D0D92F (or 0xD0D92F) is known color: Bitter Lemon. HEX triplet: D0, D9 and 2F. RGB value is (208,217,47). Sum of RGB (Red+Green+Blue) = 208+217+47=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D92F is #2F26D0. Grayscale: #C3C3C3. Windows color (decimal): -3090129 or 3135952. OLE color: 3135952.
HSL color Cylindrical-coordinate representation of color #D0D92F: hue angle of 63.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0D92F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.15 |
| HSL | 63.18º | 0.69% | 0.52% | - |
| HSV(B) | 63.18º | 0.78% | 0.85% | - |
| XYZ | 51.34 | 63.24 | 12.19 | - |
| YUV | 194.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 47 | 0.04 | 0 | 0.78 | 0.15 | 63.18 | 0.69 | 0.52 |
| Hex | D0 | D9 | 2F | 4 | 0 | 4E | F | 3F | 45 | 34 |
| Octal | 320 | 331 | 57 | 4 | 0 | 116 | 17 | 77 | 105 | 64 |
| Binary | 11010000 | 11011001 | 101111 | 100 | 0 | 1001110 | 1111 | 111111 | 1000101 | 110100 |
Color Harmonies of #D0D92F
Complementary color
Monochromatic Colors of #D0D92F
Black with #D0D92F
Text Example
Text Example
White with #D0D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D92F; }
p { color: rgb(208,217,47); }
H1.HeaderClassName
{
color: #D0D92F;
}
.AnyTagClassName
{
color: #D0D92F;
}
</style>
background-color css
<style>
a { background-color: #D0D92F; }
a { background-color: rgb(208,217,47); }
div.DivClassName
{
background-color: #D0D92F;
}
.BgClassName
{
background-color: #D0D92F;
}
</style>
border-color css
<style>
span { border-color: #D0D92F; }
span { border-color: rgb(208,217,47); }
td.TdClassName
{
border-color: #D0D92F;
}
.TagClassName
{
border-color: #D0D92F;
}
</style>