Shades of Bitter Lemon #D6D234
Tints of Bitter Lemon #D6D234
RGB
CMYK
RGB Variations
Color information
#D6D234 (or 0xD6D234) is known color: Bitter Lemon. HEX triplet: D6, D2 and 34. RGB value is (214,210,52). Sum of RGB (Red+Green+Blue) = 214+210+52=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D234 is #292DCB. Grayscale: #C1C1C1. Windows color (decimal): -2698700 or 3461846. OLE color: 3461846.
HSL color Cylindrical-coordinate representation of color #D6D234: hue angle of 58.52º 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 #D6D234 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 52 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.16 |
| HSL | 58.52º | 0.66% | 0.52% | - |
| HSV(B) | 58.52º | 0.76% | 0.84% | - |
| XYZ | 51.4 | 60.64 | 12.24 | - |
| YUV | 193.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 52 | 0 | 0.02 | 0.76 | 0.16 | 58.52 | 0.66 | 0.52 |
| Hex | D6 | D2 | 34 | 0 | 2 | 4C | 10 | 3B | 42 | 34 |
| Octal | 326 | 322 | 64 | 0 | 2 | 114 | 20 | 73 | 102 | 64 |
| Binary | 11010110 | 11010010 | 110100 | 0 | 10 | 1001100 | 10000 | 111011 | 1000010 | 110100 |
Color Harmonies of #D6D234
Complementary color
Monochromatic Colors of #D6D234
Black with #D6D234
Text Example
Text Example
White with #D6D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D234; }
p { color: rgb(214,210,52); }
H1.HeaderClassName
{
color: #D6D234;
}
.AnyTagClassName
{
color: #D6D234;
}
</style>
background-color css
<style>
a { background-color: #D6D234; }
a { background-color: rgb(214,210,52); }
div.DivClassName
{
background-color: #D6D234;
}
.BgClassName
{
background-color: #D6D234;
}
</style>
border-color css
<style>
span { border-color: #D6D234; }
span { border-color: rgb(214,210,52); }
td.TdClassName
{
border-color: #D6D234;
}
.TagClassName
{
border-color: #D6D234;
}
</style>