Shades of Wattle #D8C434
Tints of Wattle #D8C434
RGB
CMYK
RGB Variations
Color information
#D8C434 (or 0xD8C434) is known color: Wattle. HEX triplet: D8, C4 and 34. RGB value is (216,196,52). Sum of RGB (Red+Green+Blue) = 216+196+52=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C434 is #273BCB. Grayscale: #BABABA. Windows color (decimal): -2571212 or 3458264. OLE color: 3458264.
HSL color Cylindrical-coordinate representation of color #D8C434: hue angle of 52.68º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8C434 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 52 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.15 |
| HSL | 52.68º | 0.68% | 0.53% | - |
| HSV(B) | 52.68º | 0.76% | 0.85% | - |
| XYZ | 48.68 | 54.33 | 11.17 | - |
| YUV | 185.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 52 | 0 | 0.09 | 0.76 | 0.15 | 52.68 | 0.68 | 0.53 |
| Hex | D8 | C4 | 34 | 0 | 9 | 4C | F | 35 | 44 | 35 |
| Octal | 330 | 304 | 64 | 0 | 11 | 114 | 17 | 65 | 104 | 65 |
| Binary | 11011000 | 11000100 | 110100 | 0 | 1001 | 1001100 | 1111 | 110101 | 1000100 | 110101 |
Color Harmonies of #D8C434
Complementary color
Monochromatic Colors of #D8C434
Black with #D8C434
Text Example
Text Example
White with #D8C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C434; }
p { color: rgb(216,196,52); }
H1.HeaderClassName
{
color: #D8C434;
}
.AnyTagClassName
{
color: #D8C434;
}
</style>
background-color css
<style>
a { background-color: #D8C434; }
a { background-color: rgb(216,196,52); }
div.DivClassName
{
background-color: #D8C434;
}
.BgClassName
{
background-color: #D8C434;
}
</style>
border-color css
<style>
span { border-color: #D8C434; }
span { border-color: rgb(216,196,52); }
td.TdClassName
{
border-color: #D8C434;
}
.TagClassName
{
border-color: #D8C434;
}
</style>