Shades of Bitter Lemon #D0DA42
Tints of Bitter Lemon #D0DA42
RGB
CMYK
RGB Variations
Color information
#D0DA42 (or 0xD0DA42) is known color: Bitter Lemon. HEX triplet: D0, DA and 42. RGB value is (208,218,66). Sum of RGB (Red+Green+Blue) = 208+218+66=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA42 is #2F25BD. Grayscale: #C6C6C6. Windows color (decimal): -3089854 or 4381392. OLE color: 4381392.
HSL color Cylindrical-coordinate representation of color #D0DA42: hue angle of 63.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0DA42 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 66 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.15 |
| HSL | 63.95º | 0.67% | 0.56% | - |
| HSV(B) | 63.95º | 0.7% | 0.85% | - |
| XYZ | 52.07 | 63.95 | 14.75 | - |
| YUV | 197.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 66 | 0.05 | 0 | 0.70 | 0.15 | 63.95 | 0.67 | 0.56 |
| Hex | D0 | DA | 42 | 5 | 0 | 46 | F | 40 | 43 | 38 |
| Octal | 320 | 332 | 102 | 5 | 0 | 106 | 17 | 100 | 103 | 70 |
| Binary | 11010000 | 11011010 | 1000010 | 101 | 0 | 1000110 | 1111 | 1000000 | 1000011 | 111000 |
Color Harmonies of #D0DA42
Complementary color
Monochromatic Colors of #D0DA42
Black with #D0DA42
Text Example
Text Example
White with #D0DA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA42; }
p { color: rgb(208,218,66); }
H1.HeaderClassName
{
color: #D0DA42;
}
.AnyTagClassName
{
color: #D0DA42;
}
</style>
background-color css
<style>
a { background-color: #D0DA42; }
a { background-color: rgb(208,218,66); }
div.DivClassName
{
background-color: #D0DA42;
}
.BgClassName
{
background-color: #D0DA42;
}
</style>
border-color css
<style>
span { border-color: #D0DA42; }
span { border-color: rgb(208,218,66); }
td.TdClassName
{
border-color: #D0DA42;
}
.TagClassName
{
border-color: #D0DA42;
}
</style>