Shades of Wattle #D3C947
Tints of Wattle #D3C947
RGB
CMYK
RGB Variations
Color information
#D3C947 (or 0xD3C947) is known color: Wattle. HEX triplet: D3, C9 and 47. RGB value is (211,201,71). Sum of RGB (Red+Green+Blue) = 211+201+71=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C947 is #2C36B8. Grayscale: #BDBDBD. Windows color (decimal): -2897593 or 4704723. OLE color: 4704723.
HSL color Cylindrical-coordinate representation of color #D3C947: hue angle of 55.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3C947 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 71 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.17 |
| HSL | 55.71º | 0.61% | 0.55% | - |
| HSV(B) | 55.71º | 0.66% | 0.83% | - |
| XYZ | 48.89 | 56.08 | 14.21 | - |
| YUV | 189.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 71 | 0 | 0.05 | 0.66 | 0.17 | 55.71 | 0.61 | 0.55 |
| Hex | D3 | C9 | 47 | 0 | 5 | 42 | 11 | 38 | 3D | 37 |
| Octal | 323 | 311 | 107 | 0 | 5 | 102 | 21 | 70 | 75 | 67 |
| Binary | 11010011 | 11001001 | 1000111 | 0 | 101 | 1000010 | 10001 | 111000 | 111101 | 110111 |
Color Harmonies of #D3C947
Complementary color
Monochromatic Colors of #D3C947
Black with #D3C947
Text Example
Text Example
White with #D3C947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C947; }
p { color: rgb(211,201,71); }
H1.HeaderClassName
{
color: #D3C947;
}
.AnyTagClassName
{
color: #D3C947;
}
</style>
background-color css
<style>
a { background-color: #D3C947; }
a { background-color: rgb(211,201,71); }
div.DivClassName
{
background-color: #D3C947;
}
.BgClassName
{
background-color: #D3C947;
}
</style>
border-color css
<style>
span { border-color: #D3C947; }
span { border-color: rgb(211,201,71); }
td.TdClassName
{
border-color: #D3C947;
}
.TagClassName
{
border-color: #D3C947;
}
</style>