Shades of Sundance #D3A547
Tints of Sundance #D3A547
RGB
CMYK
RGB Variations
Color information
#D3A547 (or 0xD3A547) is known color: Sundance. HEX triplet: D3, A5 and 47. RGB value is (211,165,71). Sum of RGB (Red+Green+Blue) = 211+165+71=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A547 is #2C5AB8. Grayscale: #A8A8A8. Windows color (decimal): -2906809 or 4695507. OLE color: 4695507.
HSL color Cylindrical-coordinate representation of color #D3A547: hue angle of 40.29º 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 #D3A547 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 71 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.17 |
| HSL | 40.29º | 0.61% | 0.55% | - |
| HSV(B) | 40.29º | 0.66% | 0.83% | - |
| XYZ | 41.46 | 41.21 | 11.73 | - |
| YUV | 168.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 71 | 0 | 0.22 | 0.66 | 0.17 | 40.29 | 0.61 | 0.55 |
| Hex | D3 | A5 | 47 | 0 | 16 | 42 | 11 | 28 | 3D | 37 |
| Octal | 323 | 245 | 107 | 0 | 26 | 102 | 21 | 50 | 75 | 67 |
| Binary | 11010011 | 10100101 | 1000111 | 0 | 10110 | 1000010 | 10001 | 101000 | 111101 | 110111 |
Color Harmonies of #D3A547
Complementary color
Monochromatic Colors of #D3A547
Black with #D3A547
Text Example
Text Example
White with #D3A547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A547; }
p { color: rgb(211,165,71); }
H1.HeaderClassName
{
color: #D3A547;
}
.AnyTagClassName
{
color: #D3A547;
}
</style>
background-color css
<style>
a { background-color: #D3A547; }
a { background-color: rgb(211,165,71); }
div.DivClassName
{
background-color: #D3A547;
}
.BgClassName
{
background-color: #D3A547;
}
</style>
border-color css
<style>
span { border-color: #D3A547; }
span { border-color: rgb(211,165,71); }
td.TdClassName
{
border-color: #D3A547;
}
.TagClassName
{
border-color: #D3A547;
}
</style>