Shades of Bitter Lemon #D0D534
Tints of Bitter Lemon #D0D534
RGB
CMYK
RGB Variations
Color information
#D0D534 (or 0xD0D534) is known color: Bitter Lemon. HEX triplet: D0, D5 and 34. RGB value is (208,213,52). Sum of RGB (Red+Green+Blue) = 208+213+52=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D534 is #2F2ACB. Grayscale: #C1C1C1. Windows color (decimal): -3091148 or 3462608. OLE color: 3462608.
HSL color Cylindrical-coordinate representation of color #D0D534: hue angle of 61.86º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0D534 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 52 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.16 |
| HSL | 61.86º | 0.66% | 0.52% | - |
| HSV(B) | 61.86º | 0.76% | 0.84% | - |
| XYZ | 50.43 | 61.25 | 12.41 | - |
| YUV | 193.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 52 | 0.02 | 0 | 0.76 | 0.16 | 61.86 | 0.66 | 0.52 |
| Hex | D0 | D5 | 34 | 2 | 0 | 4C | 10 | 3E | 42 | 34 |
| Octal | 320 | 325 | 64 | 2 | 0 | 114 | 20 | 76 | 102 | 64 |
| Binary | 11010000 | 11010101 | 110100 | 10 | 0 | 1001100 | 10000 | 111110 | 1000010 | 110100 |
Color Harmonies of #D0D534
Complementary color
Monochromatic Colors of #D0D534
Black with #D0D534
Text Example
Text Example
White with #D0D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D534; }
p { color: rgb(208,213,52); }
H1.HeaderClassName
{
color: #D0D534;
}
.AnyTagClassName
{
color: #D0D534;
}
</style>
background-color css
<style>
a { background-color: #D0D534; }
a { background-color: rgb(208,213,52); }
div.DivClassName
{
background-color: #D0D534;
}
.BgClassName
{
background-color: #D0D534;
}
</style>
border-color css
<style>
span { border-color: #D0D534; }
span { border-color: rgb(208,213,52); }
td.TdClassName
{
border-color: #D0D534;
}
.TagClassName
{
border-color: #D0D534;
}
</style>