Shades of Sundance #D0AB47
Tints of Sundance #D0AB47
RGB
CMYK
RGB Variations
Color information
#D0AB47 (or 0xD0AB47) is known color: Sundance. HEX triplet: D0, AB and 47. RGB value is (208,171,71). Sum of RGB (Red+Green+Blue) = 208+171+71=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB47 is #2F54B8. Grayscale: #ABABAB. Windows color (decimal): -3101881 or 4697040. OLE color: 4697040.
HSL color Cylindrical-coordinate representation of color #D0AB47: hue angle of 43.8º 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 #D0AB47 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 71 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.18 |
| HSL | 43.8º | 0.59% | 0.55% | - |
| HSV(B) | 43.8º | 0.66% | 0.82% | - |
| XYZ | 41.71 | 42.99 | 12.06 | - |
| YUV | 170.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 71 | 0 | 0.18 | 0.66 | 0.18 | 43.8 | 0.59 | 0.55 |
| Hex | D0 | AB | 47 | 0 | 12 | 42 | 12 | 2C | 3B | 37 |
| Octal | 320 | 253 | 107 | 0 | 22 | 102 | 22 | 54 | 73 | 67 |
| Binary | 11010000 | 10101011 | 1000111 | 0 | 10010 | 1000010 | 10010 | 101100 | 111011 | 110111 |
Color Harmonies of #D0AB47
Complementary color
Monochromatic Colors of #D0AB47
Black with #D0AB47
Text Example
Text Example
White with #D0AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB47; }
p { color: rgb(208,171,71); }
H1.HeaderClassName
{
color: #D0AB47;
}
.AnyTagClassName
{
color: #D0AB47;
}
</style>
background-color css
<style>
a { background-color: #D0AB47; }
a { background-color: rgb(208,171,71); }
div.DivClassName
{
background-color: #D0AB47;
}
.BgClassName
{
background-color: #D0AB47;
}
</style>
border-color css
<style>
span { border-color: #D0AB47; }
span { border-color: rgb(208,171,71); }
td.TdClassName
{
border-color: #D0AB47;
}
.TagClassName
{
border-color: #D0AB47;
}
</style>