Shades of Sundance #D2A949
Tints of Sundance #D2A949
RGB
CMYK
RGB Variations
Color information
#D2A949 (or 0xD2A949) is known color: Sundance. HEX triplet: D2, A9 and 49. RGB value is (210,169,73). Sum of RGB (Red+Green+Blue) = 210+169+73=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A949 is #2D56B6. Grayscale: #AAAAAA. Windows color (decimal): -2971319 or 4827602. OLE color: 4827602.
HSL color Cylindrical-coordinate representation of color #D2A949: hue angle of 42.04º degrees, saturation: 0.6, 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 #D2A949 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 73 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.18 |
| HSL | 42.04º | 0.6% | 0.55% | - |
| HSV(B) | 42.04º | 0.65% | 0.82% | - |
| XYZ | 41.97 | 42.56 | 12.31 | - |
| YUV | 170.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 73 | 0 | 0.20 | 0.65 | 0.18 | 42.04 | 0.6 | 0.55 |
| Hex | D2 | A9 | 49 | 0 | 14 | 41 | 12 | 2A | 3C | 37 |
| Octal | 322 | 251 | 111 | 0 | 24 | 101 | 22 | 52 | 74 | 67 |
| Binary | 11010010 | 10101001 | 1001001 | 0 | 10100 | 1000001 | 10010 | 101010 | 111100 | 110111 |
Color Harmonies of #D2A949
Complementary color
Monochromatic Colors of #D2A949
Black with #D2A949
Text Example
Text Example
White with #D2A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A949; }
p { color: rgb(210,169,73); }
H1.HeaderClassName
{
color: #D2A949;
}
.AnyTagClassName
{
color: #D2A949;
}
</style>
background-color css
<style>
a { background-color: #D2A949; }
a { background-color: rgb(210,169,73); }
div.DivClassName
{
background-color: #D2A949;
}
.BgClassName
{
background-color: #D2A949;
}
</style>
border-color css
<style>
span { border-color: #D2A949; }
span { border-color: rgb(210,169,73); }
td.TdClassName
{
border-color: #D2A949;
}
.TagClassName
{
border-color: #D2A949;
}
</style>