Shades of Wattle #D6C736
Tints of Wattle #D6C736
RGB
CMYK
RGB Variations
Color information
#D6C736 (or 0xD6C736) is known color: Wattle. HEX triplet: D6, C7 and 36. RGB value is (214,199,54). Sum of RGB (Red+Green+Blue) = 214+199+54=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C736 is #2938C9. Grayscale: #BBBBBB. Windows color (decimal): -2701514 or 3590102. OLE color: 3590102.
HSL color Cylindrical-coordinate representation of color #D6C736: hue angle of 54.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6C736 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 54 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.16 |
| HSL | 54.38º | 0.66% | 0.53% | - |
| HSV(B) | 54.38º | 0.75% | 0.84% | - |
| XYZ | 48.82 | 55.41 | 11.61 | - |
| YUV | 186.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 54 | 0 | 0.07 | 0.75 | 0.16 | 54.38 | 0.66 | 0.53 |
| Hex | D6 | C7 | 36 | 0 | 7 | 4B | 10 | 36 | 42 | 35 |
| Octal | 326 | 307 | 66 | 0 | 7 | 113 | 20 | 66 | 102 | 65 |
| Binary | 11010110 | 11000111 | 110110 | 0 | 111 | 1001011 | 10000 | 110110 | 1000010 | 110101 |
Color Harmonies of #D6C736
Complementary color
Monochromatic Colors of #D6C736
Black with #D6C736
Text Example
Text Example
White with #D6C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C736; }
p { color: rgb(214,199,54); }
H1.HeaderClassName
{
color: #D6C736;
}
.AnyTagClassName
{
color: #D6C736;
}
</style>
background-color css
<style>
a { background-color: #D6C736; }
a { background-color: rgb(214,199,54); }
div.DivClassName
{
background-color: #D6C736;
}
.BgClassName
{
background-color: #D6C736;
}
</style>
border-color css
<style>
span { border-color: #D6C736; }
span { border-color: rgb(214,199,54); }
td.TdClassName
{
border-color: #D6C736;
}
.TagClassName
{
border-color: #D6C736;
}
</style>