Shades of Wattle #D6C739
Tints of Wattle #D6C739
RGB
CMYK
RGB Variations
Color information
#D6C739 (or 0xD6C739) is known color: Wattle. HEX triplet: D6, C7 and 39. RGB value is (214,199,57). Sum of RGB (Red+Green+Blue) = 214+199+57=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C739 is #2938C6. Grayscale: #BBBBBB. Windows color (decimal): -2701511 or 3786710. OLE color: 3786710.
HSL color Cylindrical-coordinate representation of color #D6C739: hue angle of 54.27º 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 #D6C739 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 57 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.16 |
| HSL | 54.27º | 0.66% | 0.53% | - |
| HSV(B) | 54.27º | 0.73% | 0.84% | - |
| XYZ | 48.89 | 55.44 | 11.99 | - |
| YUV | 187.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 57 | 0 | 0.07 | 0.73 | 0.16 | 54.27 | 0.66 | 0.53 |
| Hex | D6 | C7 | 39 | 0 | 7 | 49 | 10 | 36 | 42 | 35 |
| Octal | 326 | 307 | 71 | 0 | 7 | 111 | 20 | 66 | 102 | 65 |
| Binary | 11010110 | 11000111 | 111001 | 0 | 111 | 1001001 | 10000 | 110110 | 1000010 | 110101 |
Color Harmonies of #D6C739
Complementary color
Monochromatic Colors of #D6C739
Black with #D6C739
Text Example
Text Example
White with #D6C739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C739; }
p { color: rgb(214,199,57); }
H1.HeaderClassName
{
color: #D6C739;
}
.AnyTagClassName
{
color: #D6C739;
}
</style>
background-color css
<style>
a { background-color: #D6C739; }
a { background-color: rgb(214,199,57); }
div.DivClassName
{
background-color: #D6C739;
}
.BgClassName
{
background-color: #D6C739;
}
</style>
border-color css
<style>
span { border-color: #D6C739; }
span { border-color: rgb(214,199,57); }
td.TdClassName
{
border-color: #D6C739;
}
.TagClassName
{
border-color: #D6C739;
}
</style>