Shades of Bitter Lemon #D6D430
Tints of Bitter Lemon #D6D430
RGB
CMYK
RGB Variations
Color information
#D6D430 (or 0xD6D430) is known color: Bitter Lemon. HEX triplet: D6, D4 and 30. RGB value is (214,212,48). Sum of RGB (Red+Green+Blue) = 214+212+48=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D430 is #292BCF. Grayscale: #C2C2C2. Windows color (decimal): -2698192 or 3200214. OLE color: 3200214.
HSL color Cylindrical-coordinate representation of color #D6D430: hue angle of 59.28º 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 #D6D430 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 48 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.16 |
| HSL | 59.28º | 0.67% | 0.51% | - |
| HSV(B) | 59.28º | 0.78% | 0.84% | - |
| XYZ | 51.81 | 61.6 | 11.96 | - |
| YUV | 193.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 48 | 0 | 0.01 | 0.78 | 0.16 | 59.28 | 0.67 | 0.51 |
| Hex | D6 | D4 | 30 | 0 | 1 | 4E | 10 | 3B | 43 | 33 |
| Octal | 326 | 324 | 60 | 0 | 1 | 116 | 20 | 73 | 103 | 63 |
| Binary | 11010110 | 11010100 | 110000 | 0 | 1 | 1001110 | 10000 | 111011 | 1000011 | 110011 |
Color Harmonies of #D6D430
Complementary color
Monochromatic Colors of #D6D430
Black with #D6D430
Text Example
Text Example
White with #D6D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D430; }
p { color: rgb(214,212,48); }
H1.HeaderClassName
{
color: #D6D430;
}
.AnyTagClassName
{
color: #D6D430;
}
</style>
background-color css
<style>
a { background-color: #D6D430; }
a { background-color: rgb(214,212,48); }
div.DivClassName
{
background-color: #D6D430;
}
.BgClassName
{
background-color: #D6D430;
}
</style>
border-color css
<style>
span { border-color: #D6D430; }
span { border-color: rgb(214,212,48); }
td.TdClassName
{
border-color: #D6D430;
}
.TagClassName
{
border-color: #D6D430;
}
</style>