Shades of Wattle #D8C336
Tints of Wattle #D8C336
RGB
CMYK
RGB Variations
Color information
#D8C336 (or 0xD8C336) is known color: Wattle. HEX triplet: D8, C3 and 36. RGB value is (216,195,54). Sum of RGB (Red+Green+Blue) = 216+195+54=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C336 is #273CC9. Grayscale: #B9B9B9. Windows color (decimal): -2571466 or 3589080. OLE color: 3589080.
HSL color Cylindrical-coordinate representation of color #D8C336: hue angle of 52.22º 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 #D8C336 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 54 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.15 |
| HSL | 52.22º | 0.68% | 0.53% | - |
| HSV(B) | 52.22º | 0.75% | 0.85% | - |
| XYZ | 48.5 | 53.9 | 11.34 | - |
| YUV | 185.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 54 | 0 | 0.10 | 0.75 | 0.15 | 52.22 | 0.68 | 0.53 |
| Hex | D8 | C3 | 36 | 0 | A | 4B | F | 34 | 44 | 35 |
| Octal | 330 | 303 | 66 | 0 | 12 | 113 | 17 | 64 | 104 | 65 |
| Binary | 11011000 | 11000011 | 110110 | 0 | 1010 | 1001011 | 1111 | 110100 | 1000100 | 110101 |
Color Harmonies of #D8C336
Complementary color
Monochromatic Colors of #D8C336
Black with #D8C336
Text Example
Text Example
White with #D8C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C336; }
p { color: rgb(216,195,54); }
H1.HeaderClassName
{
color: #D8C336;
}
.AnyTagClassName
{
color: #D8C336;
}
</style>
background-color css
<style>
a { background-color: #D8C336; }
a { background-color: rgb(216,195,54); }
div.DivClassName
{
background-color: #D8C336;
}
.BgClassName
{
background-color: #D8C336;
}
</style>
border-color css
<style>
span { border-color: #D8C336; }
span { border-color: rgb(216,195,54); }
td.TdClassName
{
border-color: #D8C336;
}
.TagClassName
{
border-color: #D8C336;
}
</style>