Shades of Sundance #D2A346
Tints of Sundance #D2A346
RGB
CMYK
RGB Variations
Color information
#D2A346 (or 0xD2A346) is known color: Sundance. HEX triplet: D2, A3 and 46. RGB value is (210,163,70). Sum of RGB (Red+Green+Blue) = 210+163+70=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A346 is #2D5CB9. Grayscale: #A6A6A6. Windows color (decimal): -2972858 or 4629458. OLE color: 4629458.
HSL color Cylindrical-coordinate representation of color #D2A346: hue angle of 39.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2A346 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 70 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.18 |
| HSL | 39.86º | 0.61% | 0.55% | - |
| HSV(B) | 39.86º | 0.67% | 0.82% | - |
| XYZ | 40.78 | 40.34 | 11.43 | - |
| YUV | 166.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 70 | 0 | 0.22 | 0.67 | 0.18 | 39.86 | 0.61 | 0.55 |
| Hex | D2 | A3 | 46 | 0 | 16 | 43 | 12 | 28 | 3D | 37 |
| Octal | 322 | 243 | 106 | 0 | 26 | 103 | 22 | 50 | 75 | 67 |
| Binary | 11010010 | 10100011 | 1000110 | 0 | 10110 | 1000011 | 10010 | 101000 | 111101 | 110111 |
Color Harmonies of #D2A346
Complementary color
Monochromatic Colors of #D2A346
Black with #D2A346
Text Example
Text Example
White with #D2A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A346; }
p { color: rgb(210,163,70); }
H1.HeaderClassName
{
color: #D2A346;
}
.AnyTagClassName
{
color: #D2A346;
}
</style>
background-color css
<style>
a { background-color: #D2A346; }
a { background-color: rgb(210,163,70); }
div.DivClassName
{
background-color: #D2A346;
}
.BgClassName
{
background-color: #D2A346;
}
</style>
border-color css
<style>
span { border-color: #D2A346; }
span { border-color: rgb(210,163,70); }
td.TdClassName
{
border-color: #D2A346;
}
.TagClassName
{
border-color: #D2A346;
}
</style>