Shades of Bitter Lemon #D6D334
Tints of Bitter Lemon #D6D334
RGB
CMYK
RGB Variations
Color information
#D6D334 (or 0xD6D334) is known color: Bitter Lemon. HEX triplet: D6, D3 and 34. RGB value is (214,211,52). Sum of RGB (Red+Green+Blue) = 214+211+52=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D334 is #292CCB. Grayscale: #C2C2C2. Windows color (decimal): -2698444 or 3462102. OLE color: 3462102.
HSL color Cylindrical-coordinate representation of color #D6D334: hue angle of 58.89º 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 #D6D334 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.16 |
| HSL | 58.89º | 0.66% | 0.52% | - |
| HSV(B) | 58.89º | 0.76% | 0.84% | - |
| XYZ | 51.65 | 61.13 | 12.33 | - |
| YUV | 193.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 52 | 0 | 0.01 | 0.76 | 0.16 | 58.89 | 0.66 | 0.52 |
| Hex | D6 | D3 | 34 | 0 | 1 | 4C | 10 | 3B | 42 | 34 |
| Octal | 326 | 323 | 64 | 0 | 1 | 114 | 20 | 73 | 102 | 64 |
| Binary | 11010110 | 11010011 | 110100 | 0 | 1 | 1001100 | 10000 | 111011 | 1000010 | 110100 |
Color Harmonies of #D6D334
Complementary color
Monochromatic Colors of #D6D334
Black with #D6D334
Text Example
Text Example
White with #D6D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D334; }
p { color: rgb(214,211,52); }
H1.HeaderClassName
{
color: #D6D334;
}
.AnyTagClassName
{
color: #D6D334;
}
</style>
background-color css
<style>
a { background-color: #D6D334; }
a { background-color: rgb(214,211,52); }
div.DivClassName
{
background-color: #D6D334;
}
.BgClassName
{
background-color: #D6D334;
}
</style>
border-color css
<style>
span { border-color: #D6D334; }
span { border-color: rgb(214,211,52); }
td.TdClassName
{
border-color: #D6D334;
}
.TagClassName
{
border-color: #D6D334;
}
</style>