Shades of Sundance #D0AC47
Tints of Sundance #D0AC47
RGB
CMYK
RGB Variations
Color information
#D0AC47 (or 0xD0AC47) is known color: Sundance. HEX triplet: D0, AC and 47. RGB value is (208,172,71). Sum of RGB (Red+Green+Blue) = 208+172+71=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC47 is #2F53B8. Grayscale: #ABABAB. Windows color (decimal): -3101625 or 4697296. OLE color: 4697296.
HSL color Cylindrical-coordinate representation of color #D0AC47: hue angle of 44.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0AC47 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 71 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.18 |
| HSL | 44.23º | 0.59% | 0.55% | - |
| HSV(B) | 44.23º | 0.66% | 0.82% | - |
| XYZ | 41.9 | 43.37 | 12.12 | - |
| YUV | 171.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 71 | 0 | 0.17 | 0.66 | 0.18 | 44.23 | 0.59 | 0.55 |
| Hex | D0 | AC | 47 | 0 | 11 | 42 | 12 | 2C | 3B | 37 |
| Octal | 320 | 254 | 107 | 0 | 21 | 102 | 22 | 54 | 73 | 67 |
| Binary | 11010000 | 10101100 | 1000111 | 0 | 10001 | 1000010 | 10010 | 101100 | 111011 | 110111 |
Color Harmonies of #D0AC47
Complementary color
Monochromatic Colors of #D0AC47
Black with #D0AC47
Text Example
Text Example
White with #D0AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC47; }
p { color: rgb(208,172,71); }
H1.HeaderClassName
{
color: #D0AC47;
}
.AnyTagClassName
{
color: #D0AC47;
}
</style>
background-color css
<style>
a { background-color: #D0AC47; }
a { background-color: rgb(208,172,71); }
div.DivClassName
{
background-color: #D0AC47;
}
.BgClassName
{
background-color: #D0AC47;
}
</style>
border-color css
<style>
span { border-color: #D0AC47; }
span { border-color: rgb(208,172,71); }
td.TdClassName
{
border-color: #D0AC47;
}
.TagClassName
{
border-color: #D0AC47;
}
</style>