Shades of Sundance #D0AB49
Tints of Sundance #D0AB49
RGB
CMYK
RGB Variations
Color information
#D0AB49 (or 0xD0AB49) is known color: Sundance. HEX triplet: D0, AB and 49. RGB value is (208,171,73). Sum of RGB (Red+Green+Blue) = 208+171+73=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB49 is #2F54B6. Grayscale: #ABABAB. Windows color (decimal): -3101879 or 4828112. OLE color: 4828112.
HSL color Cylindrical-coordinate representation of color #D0AB49: hue angle of 43.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0AB49 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 73 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.18 |
| HSL | 43.56º | 0.59% | 0.55% | - |
| HSV(B) | 43.56º | 0.65% | 0.82% | - |
| XYZ | 41.78 | 43.02 | 12.4 | - |
| YUV | 170.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 73 | 0 | 0.18 | 0.65 | 0.18 | 43.56 | 0.59 | 0.55 |
| Hex | D0 | AB | 49 | 0 | 12 | 41 | 12 | 2C | 3B | 37 |
| Octal | 320 | 253 | 111 | 0 | 22 | 101 | 22 | 54 | 73 | 67 |
| Binary | 11010000 | 10101011 | 1001001 | 0 | 10010 | 1000001 | 10010 | 101100 | 111011 | 110111 |
Color Harmonies of #D0AB49
Complementary color
Monochromatic Colors of #D0AB49
Black with #D0AB49
Text Example
Text Example
White with #D0AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB49; }
p { color: rgb(208,171,73); }
H1.HeaderClassName
{
color: #D0AB49;
}
.AnyTagClassName
{
color: #D0AB49;
}
</style>
background-color css
<style>
a { background-color: #D0AB49; }
a { background-color: rgb(208,171,73); }
div.DivClassName
{
background-color: #D0AB49;
}
.BgClassName
{
background-color: #D0AB49;
}
</style>
border-color css
<style>
span { border-color: #D0AB49; }
span { border-color: rgb(208,171,73); }
td.TdClassName
{
border-color: #D0AB49;
}
.TagClassName
{
border-color: #D0AB49;
}
</style>