Shades of Bitter Lemon #D0D938
Tints of Bitter Lemon #D0D938
RGB
CMYK
RGB Variations
Color information
#D0D938 (or 0xD0D938) is known color: Bitter Lemon. HEX triplet: D0, D9 and 38. RGB value is (208,217,56). Sum of RGB (Red+Green+Blue) = 208+217+56=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D938 is #2F26C7. Grayscale: #C4C4C4. Windows color (decimal): -3090120 or 3725776. OLE color: 3725776.
HSL color Cylindrical-coordinate representation of color #D0D938: hue angle of 63.35º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0D938 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 56 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.15 |
| HSL | 63.35º | 0.68% | 0.54% | - |
| HSV(B) | 63.35º | 0.74% | 0.85% | - |
| XYZ | 51.54 | 63.32 | 13.25 | - |
| YUV | 195.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 56 | 0.04 | 0 | 0.74 | 0.15 | 63.35 | 0.68 | 0.54 |
| Hex | D0 | D9 | 38 | 4 | 0 | 4A | F | 3F | 44 | 36 |
| Octal | 320 | 331 | 70 | 4 | 0 | 112 | 17 | 77 | 104 | 66 |
| Binary | 11010000 | 11011001 | 111000 | 100 | 0 | 1001010 | 1111 | 111111 | 1000100 | 110110 |
Color Harmonies of #D0D938
Complementary color
Monochromatic Colors of #D0D938
Black with #D0D938
Text Example
Text Example
White with #D0D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D938; }
p { color: rgb(208,217,56); }
H1.HeaderClassName
{
color: #D0D938;
}
.AnyTagClassName
{
color: #D0D938;
}
</style>
background-color css
<style>
a { background-color: #D0D938; }
a { background-color: rgb(208,217,56); }
div.DivClassName
{
background-color: #D0D938;
}
.BgClassName
{
background-color: #D0D938;
}
</style>
border-color css
<style>
span { border-color: #D0D938; }
span { border-color: rgb(208,217,56); }
td.TdClassName
{
border-color: #D0D938;
}
.TagClassName
{
border-color: #D0D938;
}
</style>