Shades of Wattle #D8C63F
Tints of Wattle #D8C63F
RGB
CMYK
RGB Variations
Color information
#D8C63F (or 0xD8C63F) is known color: Wattle. HEX triplet: D8, C6 and 3F. RGB value is (216,198,63). Sum of RGB (Red+Green+Blue) = 216+198+63=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C63F is #2739C0. Grayscale: #BCBCBC. Windows color (decimal): -2570689 or 4179672. OLE color: 4179672.
HSL color Cylindrical-coordinate representation of color #D8C63F: hue angle of 52.94º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8C63F is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 63 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.15 |
| HSL | 52.94º | 0.66% | 0.55% | - |
| HSV(B) | 52.94º | 0.71% | 0.85% | - |
| XYZ | 49.41 | 55.35 | 12.78 | - |
| YUV | 187.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 63 | 0 | 0.08 | 0.71 | 0.15 | 52.94 | 0.66 | 0.55 |
| Hex | D8 | C6 | 3F | 0 | 8 | 47 | F | 35 | 42 | 37 |
| Octal | 330 | 306 | 77 | 0 | 10 | 107 | 17 | 65 | 102 | 67 |
| Binary | 11011000 | 11000110 | 111111 | 0 | 1000 | 1000111 | 1111 | 110101 | 1000010 | 110111 |
Color Harmonies of #D8C63F
Complementary color
Monochromatic Colors of #D8C63F
Black with #D8C63F
Text Example
Text Example
White with #D8C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C63F; }
p { color: rgb(216,198,63); }
H1.HeaderClassName
{
color: #D8C63F;
}
.AnyTagClassName
{
color: #D8C63F;
}
</style>
background-color css
<style>
a { background-color: #D8C63F; }
a { background-color: rgb(216,198,63); }
div.DivClassName
{
background-color: #D8C63F;
}
.BgClassName
{
background-color: #D8C63F;
}
</style>
border-color css
<style>
span { border-color: #D8C63F; }
span { border-color: rgb(216,198,63); }
td.TdClassName
{
border-color: #D8C63F;
}
.TagClassName
{
border-color: #D8C63F;
}
</style>