Shades of Wattle #D8C736
Tints of Wattle #D8C736
RGB
CMYK
RGB Variations
Color information
#D8C736 (or 0xD8C736) is known color: Wattle. HEX triplet: D8, C7 and 36. RGB value is (216,199,54). Sum of RGB (Red+Green+Blue) = 216+199+54=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C736 is #2738C9. Grayscale: #BCBCBC. Windows color (decimal): -2570442 or 3590104. OLE color: 3590104.
HSL color Cylindrical-coordinate representation of color #D8C736: hue angle of 53.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8C736 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 54 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.15 |
| HSL | 53.7º | 0.68% | 0.53% | - |
| HSV(B) | 53.7º | 0.75% | 0.85% | - |
| XYZ | 49.41 | 55.71 | 11.64 | - |
| YUV | 187.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 54 | 0 | 0.08 | 0.75 | 0.15 | 53.7 | 0.68 | 0.53 |
| Hex | D8 | C7 | 36 | 0 | 8 | 4B | F | 36 | 44 | 35 |
| Octal | 330 | 307 | 66 | 0 | 10 | 113 | 17 | 66 | 104 | 65 |
| Binary | 11011000 | 11000111 | 110110 | 0 | 1000 | 1001011 | 1111 | 110110 | 1000100 | 110101 |
Color Harmonies of #D8C736
Complementary color
Monochromatic Colors of #D8C736
Black with #D8C736
Text Example
Text Example
White with #D8C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C736; }
p { color: rgb(216,199,54); }
H1.HeaderClassName
{
color: #D8C736;
}
.AnyTagClassName
{
color: #D8C736;
}
</style>
background-color css
<style>
a { background-color: #D8C736; }
a { background-color: rgb(216,199,54); }
div.DivClassName
{
background-color: #D8C736;
}
.BgClassName
{
background-color: #D8C736;
}
</style>
border-color css
<style>
span { border-color: #D8C736; }
span { border-color: rgb(216,199,54); }
td.TdClassName
{
border-color: #D8C736;
}
.TagClassName
{
border-color: #D8C736;
}
</style>