Shades of Wattle #D6C444
Tints of Wattle #D6C444
RGB
CMYK
RGB Variations
Color information
#D6C444 (or 0xD6C444) is known color: Wattle. HEX triplet: D6, C4 and 44. RGB value is (214,196,68). Sum of RGB (Red+Green+Blue) = 214+196+68=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C444 is #293BBB. Grayscale: #BBBBBB. Windows color (decimal): -2702268 or 4506838. OLE color: 4506838.
HSL color Cylindrical-coordinate representation of color #D6C444: hue angle of 52.6º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6C444 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 68 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.16 |
| HSL | 52.6º | 0.64% | 0.55% | - |
| HSV(B) | 52.6º | 0.68% | 0.84% | - |
| XYZ | 48.51 | 54.19 | 13.37 | - |
| YUV | 186.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 68 | 0 | 0.08 | 0.68 | 0.16 | 52.6 | 0.64 | 0.55 |
| Hex | D6 | C4 | 44 | 0 | 8 | 44 | 10 | 35 | 40 | 37 |
| Octal | 326 | 304 | 104 | 0 | 10 | 104 | 20 | 65 | 100 | 67 |
| Binary | 11010110 | 11000100 | 1000100 | 0 | 1000 | 1000100 | 10000 | 110101 | 1000000 | 110111 |
Color Harmonies of #D6C444
Complementary color
Monochromatic Colors of #D6C444
Black with #D6C444
Text Example
Text Example
White with #D6C444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C444; }
p { color: rgb(214,196,68); }
H1.HeaderClassName
{
color: #D6C444;
}
.AnyTagClassName
{
color: #D6C444;
}
</style>
background-color css
<style>
a { background-color: #D6C444; }
a { background-color: rgb(214,196,68); }
div.DivClassName
{
background-color: #D6C444;
}
.BgClassName
{
background-color: #D6C444;
}
</style>
border-color css
<style>
span { border-color: #D6C444; }
span { border-color: rgb(214,196,68); }
td.TdClassName
{
border-color: #D6C444;
}
.TagClassName
{
border-color: #D6C444;
}
</style>