Shades of Bitter Lemon #D0D327
Tints of Bitter Lemon #D0D327
RGB
CMYK
RGB Variations
Color information
#D0D327 (or 0xD0D327) is known color: Bitter Lemon. HEX triplet: D0, D3 and 27. RGB value is (208,211,39). Sum of RGB (Red+Green+Blue) = 208+211+39=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D327 is #2F2CD8. Grayscale: #BFBFBF. Windows color (decimal): -3091673 or 2610128. OLE color: 2610128.
HSL color Cylindrical-coordinate representation of color #D0D327: hue angle of 61.05º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0D327 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 39 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.17 |
| HSL | 61.05º | 0.69% | 0.49% | - |
| HSV(B) | 61.05º | 0.82% | 0.83% | - |
| XYZ | 49.67 | 60.14 | 10.91 | - |
| YUV | 190.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 39 | 0.01 | 0 | 0.82 | 0.17 | 61.05 | 0.69 | 0.49 |
| Hex | D0 | D3 | 27 | 1 | 0 | 52 | 11 | 3D | 45 | 31 |
| Octal | 320 | 323 | 47 | 1 | 0 | 122 | 21 | 75 | 105 | 61 |
| Binary | 11010000 | 11010011 | 100111 | 1 | 0 | 1010010 | 10001 | 111101 | 1000101 | 110001 |
Color Harmonies of #D0D327
Complementary color
Monochromatic Colors of #D0D327
Black with #D0D327
Text Example
Text Example
White with #D0D327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D327; }
p { color: rgb(208,211,39); }
H1.HeaderClassName
{
color: #D0D327;
}
.AnyTagClassName
{
color: #D0D327;
}
</style>
background-color css
<style>
a { background-color: #D0D327; }
a { background-color: rgb(208,211,39); }
div.DivClassName
{
background-color: #D0D327;
}
.BgClassName
{
background-color: #D0D327;
}
</style>
border-color css
<style>
span { border-color: #D0D327; }
span { border-color: rgb(208,211,39); }
td.TdClassName
{
border-color: #D0D327;
}
.TagClassName
{
border-color: #D0D327;
}
</style>