Shades of Bitter Lemon #D0D627
Tints of Bitter Lemon #D0D627
RGB
CMYK
RGB Variations
Color information
#D0D627 (or 0xD0D627) is known color: Bitter Lemon. HEX triplet: D0, D6 and 27. RGB value is (208,214,39). Sum of RGB (Red+Green+Blue) = 208+214+39=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D627 is #2F29D8. Grayscale: #C0C0C0. Windows color (decimal): -3090905 or 2610896. OLE color: 2610896.
HSL color Cylindrical-coordinate representation of color #D0D627: hue angle of 62.06º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0D627 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 39 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.16 |
| HSL | 62.06º | 0.69% | 0.5% | - |
| HSV(B) | 62.06º | 0.82% | 0.84% | - |
| XYZ | 50.43 | 61.65 | 11.16 | - |
| YUV | 192.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 39 | 0.03 | 0 | 0.82 | 0.16 | 62.06 | 0.69 | 0.5 |
| Hex | D0 | D6 | 27 | 3 | 0 | 52 | 10 | 3E | 45 | 32 |
| Octal | 320 | 326 | 47 | 3 | 0 | 122 | 20 | 76 | 105 | 62 |
| Binary | 11010000 | 11010110 | 100111 | 11 | 0 | 1010010 | 10000 | 111110 | 1000101 | 110010 |
Color Harmonies of #D0D627
Complementary color
Monochromatic Colors of #D0D627
Black with #D0D627
Text Example
Text Example
White with #D0D627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D627; }
p { color: rgb(208,214,39); }
H1.HeaderClassName
{
color: #D0D627;
}
.AnyTagClassName
{
color: #D0D627;
}
</style>
background-color css
<style>
a { background-color: #D0D627; }
a { background-color: rgb(208,214,39); }
div.DivClassName
{
background-color: #D0D627;
}
.BgClassName
{
background-color: #D0D627;
}
</style>
border-color css
<style>
span { border-color: #D0D627; }
span { border-color: rgb(208,214,39); }
td.TdClassName
{
border-color: #D0D627;
}
.TagClassName
{
border-color: #D0D627;
}
</style>