Shades of Wattle #D8C136
Tints of Wattle #D8C136
RGB
CMYK
RGB Variations
Color information
#D8C136 (or 0xD8C136) is known color: Wattle. HEX triplet: D8, C1 and 36. RGB value is (216,193,54). Sum of RGB (Red+Green+Blue) = 216+193+54=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C136 is #273EC9. Grayscale: #B8B8B8. Windows color (decimal): -2571978 or 3588568. OLE color: 3588568.
HSL color Cylindrical-coordinate representation of color #D8C136: hue angle of 51.48º 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 #D8C136 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 54 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.15 |
| HSL | 51.48º | 0.68% | 0.53% | - |
| HSV(B) | 51.48º | 0.75% | 0.85% | - |
| XYZ | 48.05 | 53.01 | 11.19 | - |
| YUV | 184.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 54 | 0 | 0.11 | 0.75 | 0.15 | 51.48 | 0.68 | 0.53 |
| Hex | D8 | C1 | 36 | 0 | B | 4B | F | 33 | 44 | 35 |
| Octal | 330 | 301 | 66 | 0 | 13 | 113 | 17 | 63 | 104 | 65 |
| Binary | 11011000 | 11000001 | 110110 | 0 | 1011 | 1001011 | 1111 | 110011 | 1000100 | 110101 |
Color Harmonies of #D8C136
Complementary color
Monochromatic Colors of #D8C136
Black with #D8C136
Text Example
Text Example
White with #D8C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C136; }
p { color: rgb(216,193,54); }
H1.HeaderClassName
{
color: #D8C136;
}
.AnyTagClassName
{
color: #D8C136;
}
</style>
background-color css
<style>
a { background-color: #D8C136; }
a { background-color: rgb(216,193,54); }
div.DivClassName
{
background-color: #D8C136;
}
.BgClassName
{
background-color: #D8C136;
}
</style>
border-color css
<style>
span { border-color: #D8C136; }
span { border-color: rgb(216,193,54); }
td.TdClassName
{
border-color: #D8C136;
}
.TagClassName
{
border-color: #D8C136;
}
</style>