Shades of Wattle #D6C041
Tints of Wattle #D6C041
RGB
CMYK
RGB Variations
Color information
#D6C041 (or 0xD6C041) is known color: Wattle. HEX triplet: D6, C0 and 41. RGB value is (214,192,65). Sum of RGB (Red+Green+Blue) = 214+192+65=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C041 is #293FBE. Grayscale: #B8B8B8. Windows color (decimal): -2703295 or 4309206. OLE color: 4309206.
HSL color Cylindrical-coordinate representation of color #D6C041: hue angle of 51.14º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6C041 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 65 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.16 |
| HSL | 51.14º | 0.65% | 0.55% | - |
| HSV(B) | 51.14º | 0.7% | 0.84% | - |
| XYZ | 47.54 | 52.38 | 12.61 | - |
| YUV | 184.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 65 | 0 | 0.10 | 0.70 | 0.16 | 51.14 | 0.65 | 0.55 |
| Hex | D6 | C0 | 41 | 0 | A | 46 | 10 | 33 | 41 | 37 |
| Octal | 326 | 300 | 101 | 0 | 12 | 106 | 20 | 63 | 101 | 67 |
| Binary | 11010110 | 11000000 | 1000001 | 0 | 1010 | 1000110 | 10000 | 110011 | 1000001 | 110111 |
Color Harmonies of #D6C041
Complementary color
Monochromatic Colors of #D6C041
Black with #D6C041
Text Example
Text Example
White with #D6C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C041; }
p { color: rgb(214,192,65); }
H1.HeaderClassName
{
color: #D6C041;
}
.AnyTagClassName
{
color: #D6C041;
}
</style>
background-color css
<style>
a { background-color: #D6C041; }
a { background-color: rgb(214,192,65); }
div.DivClassName
{
background-color: #D6C041;
}
.BgClassName
{
background-color: #D6C041;
}
</style>
border-color css
<style>
span { border-color: #D6C041; }
span { border-color: rgb(214,192,65); }
td.TdClassName
{
border-color: #D6C041;
}
.TagClassName
{
border-color: #D6C041;
}
</style>