Shades of Bitter Lemon #D6D130
Tints of Bitter Lemon #D6D130
RGB
CMYK
RGB Variations
Color information
#D6D130 (or 0xD6D130) is known color: Bitter Lemon. HEX triplet: D6, D1 and 30. RGB value is (214,209,48). Sum of RGB (Red+Green+Blue) = 214+209+48=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D130 is #292ECF. Grayscale: #C0C0C0. Windows color (decimal): -2698960 or 3199446. OLE color: 3199446.
HSL color Cylindrical-coordinate representation of color #D6D130: hue angle of 58.19º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6D130 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 48 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.16 |
| HSL | 58.19º | 0.67% | 0.51% | - |
| HSV(B) | 58.19º | 0.78% | 0.84% | - |
| XYZ | 51.07 | 60.11 | 11.71 | - |
| YUV | 192.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 48 | 0 | 0.02 | 0.78 | 0.16 | 58.19 | 0.67 | 0.51 |
| Hex | D6 | D1 | 30 | 0 | 2 | 4E | 10 | 3A | 43 | 33 |
| Octal | 326 | 321 | 60 | 0 | 2 | 116 | 20 | 72 | 103 | 63 |
| Binary | 11010110 | 11010001 | 110000 | 0 | 10 | 1001110 | 10000 | 111010 | 1000011 | 110011 |
Color Harmonies of #D6D130
Complementary color
Monochromatic Colors of #D6D130
Black with #D6D130
Text Example
Text Example
White with #D6D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D130; }
p { color: rgb(214,209,48); }
H1.HeaderClassName
{
color: #D6D130;
}
.AnyTagClassName
{
color: #D6D130;
}
</style>
background-color css
<style>
a { background-color: #D6D130; }
a { background-color: rgb(214,209,48); }
div.DivClassName
{
background-color: #D6D130;
}
.BgClassName
{
background-color: #D6D130;
}
</style>
border-color css
<style>
span { border-color: #D6D130; }
span { border-color: rgb(214,209,48); }
td.TdClassName
{
border-color: #D6D130;
}
.TagClassName
{
border-color: #D6D130;
}
</style>