Shades of Bitter Lemon #D0D742
Tints of Bitter Lemon #D0D742
RGB
CMYK
RGB Variations
Color information
#D0D742 (or 0xD0D742) is known color: Bitter Lemon. HEX triplet: D0, D7 and 42. RGB value is (208,215,66). Sum of RGB (Red+Green+Blue) = 208+215+66=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D742 is #2F28BD. Grayscale: #C4C4C4. Windows color (decimal): -3090622 or 4380624. OLE color: 4380624.
HSL color Cylindrical-coordinate representation of color #D0D742: hue angle of 62.82º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0D742 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 66 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.16 |
| HSL | 62.82º | 0.65% | 0.55% | - |
| HSV(B) | 62.82º | 0.69% | 0.84% | - |
| XYZ | 51.3 | 62.4 | 14.5 | - |
| YUV | 195.92 | 54.68 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 66 | 0.03 | 0 | 0.69 | 0.16 | 62.82 | 0.65 | 0.55 |
| Hex | D0 | D7 | 42 | 3 | 0 | 45 | 10 | 3F | 41 | 37 |
| Octal | 320 | 327 | 102 | 3 | 0 | 105 | 20 | 77 | 101 | 67 |
| Binary | 11010000 | 11010111 | 1000010 | 11 | 0 | 1000101 | 10000 | 111111 | 1000001 | 110111 |
Color Harmonies of #D0D742
Complementary color
Monochromatic Colors of #D0D742
Black with #D0D742
Text Example
Text Example
White with #D0D742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D742; }
p { color: rgb(208,215,66); }
H1.HeaderClassName
{
color: #D0D742;
}
.AnyTagClassName
{
color: #D0D742;
}
</style>
background-color css
<style>
a { background-color: #D0D742; }
a { background-color: rgb(208,215,66); }
div.DivClassName
{
background-color: #D0D742;
}
.BgClassName
{
background-color: #D0D742;
}
</style>
border-color css
<style>
span { border-color: #D0D742; }
span { border-color: rgb(208,215,66); }
td.TdClassName
{
border-color: #D0D742;
}
.TagClassName
{
border-color: #D0D742;
}
</style>