Shades of Wattle #D3C73F
Tints of Wattle #D3C73F
RGB
CMYK
RGB Variations
Color information
#D3C73F (or 0xD3C73F) is known color: Wattle. HEX triplet: D3, C7 and 3F. RGB value is (211,199,63). Sum of RGB (Red+Green+Blue) = 211+199+63=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C73F is #2C38C0. Grayscale: #BBBBBB. Windows color (decimal): -2898113 or 4179923. OLE color: 4179923.
HSL color Cylindrical-coordinate representation of color #D3C73F: hue angle of 55.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3C73F is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 63 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.17 |
| HSL | 55.14º | 0.63% | 0.54% | - |
| HSV(B) | 55.14º | 0.7% | 0.83% | - |
| XYZ | 48.18 | 55.05 | 12.79 | - |
| YUV | 187.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 63 | 0 | 0.06 | 0.70 | 0.17 | 55.14 | 0.63 | 0.54 |
| Hex | D3 | C7 | 3F | 0 | 6 | 46 | 11 | 37 | 3F | 36 |
| Octal | 323 | 307 | 77 | 0 | 6 | 106 | 21 | 67 | 77 | 66 |
| Binary | 11010011 | 11000111 | 111111 | 0 | 110 | 1000110 | 10001 | 110111 | 111111 | 110110 |
Color Harmonies of #D3C73F
Complementary color
Monochromatic Colors of #D3C73F
Black with #D3C73F
Text Example
Text Example
White with #D3C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C73F; }
p { color: rgb(211,199,63); }
H1.HeaderClassName
{
color: #D3C73F;
}
.AnyTagClassName
{
color: #D3C73F;
}
</style>
background-color css
<style>
a { background-color: #D3C73F; }
a { background-color: rgb(211,199,63); }
div.DivClassName
{
background-color: #D3C73F;
}
.BgClassName
{
background-color: #D3C73F;
}
</style>
border-color css
<style>
span { border-color: #D3C73F; }
span { border-color: rgb(211,199,63); }
td.TdClassName
{
border-color: #D3C73F;
}
.TagClassName
{
border-color: #D3C73F;
}
</style>