Shades of Wattle #D6C039
Tints of Wattle #D6C039
RGB
CMYK
RGB Variations
Color information
#D6C039 (or 0xD6C039) is known color: Wattle. HEX triplet: D6, C0 and 39. RGB value is (214,192,57). Sum of RGB (Red+Green+Blue) = 214+192+57=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C039 is #293FC6. Grayscale: #B7B7B7. Windows color (decimal): -2703303 or 3784918. OLE color: 3784918.
HSL color Cylindrical-coordinate representation of color #D6C039: hue angle of 51.59º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6C039 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 57 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.16 |
| HSL | 51.59º | 0.66% | 0.53% | - |
| HSV(B) | 51.59º | 0.73% | 0.84% | - |
| XYZ | 47.32 | 52.29 | 11.47 | - |
| YUV | 183.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 57 | 0 | 0.10 | 0.73 | 0.16 | 51.59 | 0.66 | 0.53 |
| Hex | D6 | C0 | 39 | 0 | A | 49 | 10 | 34 | 42 | 35 |
| Octal | 326 | 300 | 71 | 0 | 12 | 111 | 20 | 64 | 102 | 65 |
| Binary | 11010110 | 11000000 | 111001 | 0 | 1010 | 1001001 | 10000 | 110100 | 1000010 | 110101 |
Color Harmonies of #D6C039
Complementary color
Monochromatic Colors of #D6C039
Black with #D6C039
Text Example
Text Example
White with #D6C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C039; }
p { color: rgb(214,192,57); }
H1.HeaderClassName
{
color: #D6C039;
}
.AnyTagClassName
{
color: #D6C039;
}
</style>
background-color css
<style>
a { background-color: #D6C039; }
a { background-color: rgb(214,192,57); }
div.DivClassName
{
background-color: #D6C039;
}
.BgClassName
{
background-color: #D6C039;
}
</style>
border-color css
<style>
span { border-color: #D6C039; }
span { border-color: rgb(214,192,57); }
td.TdClassName
{
border-color: #D6C039;
}
.TagClassName
{
border-color: #D6C039;
}
</style>