Shades of Bitter Lemon #D2D339
Tints of Bitter Lemon #D2D339
RGB
CMYK
RGB Variations
Color information
#D2D339 (or 0xD2D339) is known color: Bitter Lemon. HEX triplet: D2, D3 and 39. RGB value is (210,211,57). Sum of RGB (Red+Green+Blue) = 210+211+57=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D339 is #2D2CC6. Grayscale: #C1C1C1. Windows color (decimal): -2960583 or 3789778. OLE color: 3789778.
HSL color Cylindrical-coordinate representation of color #D2D339: hue angle of 60.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2D339 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 57 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.17 |
| HSL | 60.39º | 0.64% | 0.53% | - |
| HSV(B) | 60.39º | 0.73% | 0.83% | - |
| XYZ | 50.61 | 60.59 | 12.9 | - |
| YUV | 193.15 | 51.17 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 57 | 0.00 | 0 | 0.73 | 0.17 | 60.39 | 0.64 | 0.53 |
| Hex | D2 | D3 | 39 | 0 | 0 | 49 | 11 | 3C | 40 | 35 |
| Octal | 322 | 323 | 71 | 0 | 0 | 111 | 21 | 74 | 100 | 65 |
| Binary | 11010010 | 11010011 | 111001 | 0 | 0 | 1001001 | 10001 | 111100 | 1000000 | 110101 |
Color Harmonies of #D2D339
Complementary color
Monochromatic Colors of #D2D339
Black with #D2D339
Text Example
Text Example
White with #D2D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D339; }
p { color: rgb(210,211,57); }
H1.HeaderClassName
{
color: #D2D339;
}
.AnyTagClassName
{
color: #D2D339;
}
</style>
background-color css
<style>
a { background-color: #D2D339; }
a { background-color: rgb(210,211,57); }
div.DivClassName
{
background-color: #D2D339;
}
.BgClassName
{
background-color: #D2D339;
}
</style>
border-color css
<style>
span { border-color: #D2D339; }
span { border-color: rgb(210,211,57); }
td.TdClassName
{
border-color: #D2D339;
}
.TagClassName
{
border-color: #D2D339;
}
</style>