Shades of Wattle #D7C63F
Tints of Wattle #D7C63F
RGB
CMYK
RGB Variations
Color information
#D7C63F (or 0xD7C63F) is known color: Wattle. HEX triplet: D7, C6 and 3F. RGB value is (215,198,63). Sum of RGB (Red+Green+Blue) = 215+198+63=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C63F is #2839C0. Grayscale: #BCBCBC. Windows color (decimal): -2636225 or 4179671. OLE color: 4179671.
HSL color Cylindrical-coordinate representation of color #D7C63F: hue angle of 53.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7C63F is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 63 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.16 |
| HSL | 53.29º | 0.66% | 0.55% | - |
| HSV(B) | 53.29º | 0.71% | 0.84% | - |
| XYZ | 49.12 | 55.19 | 12.77 | - |
| YUV | 187.69 | 57.63 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 63 | 0 | 0.08 | 0.71 | 0.16 | 53.29 | 0.66 | 0.55 |
| Hex | D7 | C6 | 3F | 0 | 8 | 47 | 10 | 35 | 42 | 37 |
| Octal | 327 | 306 | 77 | 0 | 10 | 107 | 20 | 65 | 102 | 67 |
| Binary | 11010111 | 11000110 | 111111 | 0 | 1000 | 1000111 | 10000 | 110101 | 1000010 | 110111 |
Color Harmonies of #D7C63F
Complementary color
Monochromatic Colors of #D7C63F
Black with #D7C63F
Text Example
Text Example
White with #D7C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C63F; }
p { color: rgb(215,198,63); }
H1.HeaderClassName
{
color: #D7C63F;
}
.AnyTagClassName
{
color: #D7C63F;
}
</style>
background-color css
<style>
a { background-color: #D7C63F; }
a { background-color: rgb(215,198,63); }
div.DivClassName
{
background-color: #D7C63F;
}
.BgClassName
{
background-color: #D7C63F;
}
</style>
border-color css
<style>
span { border-color: #D7C63F; }
span { border-color: rgb(215,198,63); }
td.TdClassName
{
border-color: #D7C63F;
}
.TagClassName
{
border-color: #D7C63F;
}
</style>