Shades of Bitter Lemon #D6D42D
Tints of Bitter Lemon #D6D42D
RGB
CMYK
RGB Variations
Color information
#D6D42D (or 0xD6D42D) is known color: Bitter Lemon. HEX triplet: D6, D4 and 2D. RGB value is (214,212,45). Sum of RGB (Red+Green+Blue) = 214+212+45=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D42D is #292BD2. Grayscale: #C2C2C2. Windows color (decimal): -2698195 or 3003606. OLE color: 3003606.
HSL color Cylindrical-coordinate representation of color #D6D42D: hue angle of 59.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6D42D is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 45 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.16 |
| HSL | 59.29º | 0.67% | 0.51% | - |
| HSV(B) | 59.29º | 0.79% | 0.84% | - |
| XYZ | 51.75 | 61.57 | 11.64 | - |
| YUV | 193.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 45 | 0 | 0.01 | 0.79 | 0.16 | 59.29 | 0.67 | 0.51 |
| Hex | D6 | D4 | 2D | 0 | 1 | 4F | 10 | 3B | 43 | 33 |
| Octal | 326 | 324 | 55 | 0 | 1 | 117 | 20 | 73 | 103 | 63 |
| Binary | 11010110 | 11010100 | 101101 | 0 | 1 | 1001111 | 10000 | 111011 | 1000011 | 110011 |
Color Harmonies of #D6D42D
Complementary color
Monochromatic Colors of #D6D42D
Black with #D6D42D
Text Example
Text Example
White with #D6D42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D42D; }
p { color: rgb(214,212,45); }
H1.HeaderClassName
{
color: #D6D42D;
}
.AnyTagClassName
{
color: #D6D42D;
}
</style>
background-color css
<style>
a { background-color: #D6D42D; }
a { background-color: rgb(214,212,45); }
div.DivClassName
{
background-color: #D6D42D;
}
.BgClassName
{
background-color: #D6D42D;
}
</style>
border-color css
<style>
span { border-color: #D6D42D; }
span { border-color: rgb(214,212,45); }
td.TdClassName
{
border-color: #D6D42D;
}
.TagClassName
{
border-color: #D6D42D;
}
</style>