Shades of Wattle #D8C634
Tints of Wattle #D8C634
RGB
CMYK
RGB Variations
Color information
#D8C634 (or 0xD8C634) is known color: Wattle. HEX triplet: D8, C6 and 34. RGB value is (216,198,52). Sum of RGB (Red+Green+Blue) = 216+198+52=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C634 is #2739CB. Grayscale: #BBBBBB. Windows color (decimal): -2570700 or 3458776. OLE color: 3458776.
HSL color Cylindrical-coordinate representation of color #D8C634: hue angle of 53.41º 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 #D8C634 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 52 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.15 |
| HSL | 53.41º | 0.68% | 0.53% | - |
| HSV(B) | 53.41º | 0.76% | 0.85% | - |
| XYZ | 49.13 | 55.24 | 11.32 | - |
| YUV | 186.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 52 | 0 | 0.08 | 0.76 | 0.15 | 53.41 | 0.68 | 0.53 |
| Hex | D8 | C6 | 34 | 0 | 8 | 4C | F | 35 | 44 | 35 |
| Octal | 330 | 306 | 64 | 0 | 10 | 114 | 17 | 65 | 104 | 65 |
| Binary | 11011000 | 11000110 | 110100 | 0 | 1000 | 1001100 | 1111 | 110101 | 1000100 | 110101 |
Color Harmonies of #D8C634
Complementary color
Monochromatic Colors of #D8C634
Black with #D8C634
Text Example
Text Example
White with #D8C634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C634; }
p { color: rgb(216,198,52); }
H1.HeaderClassName
{
color: #D8C634;
}
.AnyTagClassName
{
color: #D8C634;
}
</style>
background-color css
<style>
a { background-color: #D8C634; }
a { background-color: rgb(216,198,52); }
div.DivClassName
{
background-color: #D8C634;
}
.BgClassName
{
background-color: #D8C634;
}
</style>
border-color css
<style>
span { border-color: #D8C634; }
span { border-color: rgb(216,198,52); }
td.TdClassName
{
border-color: #D8C634;
}
.TagClassName
{
border-color: #D8C634;
}
</style>