Shades of Wattle #D6D042
Tints of Wattle #D6D042
RGB
CMYK
RGB Variations
Color information
#D6D042 (or 0xD6D042) is known color: Wattle. HEX triplet: D6, D0 and 42. RGB value is (214,208,66). Sum of RGB (Red+Green+Blue) = 214+208+66=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D042 is #292FBD. Grayscale: #C2C2C2. Windows color (decimal): -2699198 or 4378838. OLE color: 4378838.
HSL color Cylindrical-coordinate representation of color #D6D042: hue angle of 57.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6D042 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 66 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.16 |
| HSL | 57.57º | 0.64% | 0.55% | - |
| HSV(B) | 57.57º | 0.69% | 0.84% | - |
| XYZ | 51.27 | 59.8 | 13.99 | - |
| YUV | 193.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 66 | 0 | 0.03 | 0.69 | 0.16 | 57.57 | 0.64 | 0.55 |
| Hex | D6 | D0 | 42 | 0 | 3 | 45 | 10 | 3A | 40 | 37 |
| Octal | 326 | 320 | 102 | 0 | 3 | 105 | 20 | 72 | 100 | 67 |
| Binary | 11010110 | 11010000 | 1000010 | 0 | 11 | 1000101 | 10000 | 111010 | 1000000 | 110111 |
Color Harmonies of #D6D042
Complementary color
Monochromatic Colors of #D6D042
Black with #D6D042
Text Example
Text Example
White with #D6D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D042; }
p { color: rgb(214,208,66); }
H1.HeaderClassName
{
color: #D6D042;
}
.AnyTagClassName
{
color: #D6D042;
}
</style>
background-color css
<style>
a { background-color: #D6D042; }
a { background-color: rgb(214,208,66); }
div.DivClassName
{
background-color: #D6D042;
}
.BgClassName
{
background-color: #D6D042;
}
</style>
border-color css
<style>
span { border-color: #D6D042; }
span { border-color: rgb(214,208,66); }
td.TdClassName
{
border-color: #D6D042;
}
.TagClassName
{
border-color: #D6D042;
}
</style>