Shades of Sundance #D0A346
Tints of Sundance #D0A346
RGB
CMYK
RGB Variations
Color information
#D0A346 (or 0xD0A346) is known color: Sundance. HEX triplet: D0, A3 and 46. RGB value is (208,163,70). Sum of RGB (Red+Green+Blue) = 208+163+70=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A346 is #2F5CB9. Grayscale: #A6A6A6. Windows color (decimal): -3103930 or 4629456. OLE color: 4629456.
HSL color Cylindrical-coordinate representation of color #D0A346: hue angle of 40.43º 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 #D0A346 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 70 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.18 |
| HSL | 40.43º | 0.59% | 0.55% | - |
| HSV(B) | 40.43º | 0.66% | 0.82% | - |
| XYZ | 40.22 | 40.05 | 11.4 | - |
| YUV | 165.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 70 | 0 | 0.22 | 0.66 | 0.18 | 40.43 | 0.59 | 0.55 |
| Hex | D0 | A3 | 46 | 0 | 16 | 42 | 12 | 28 | 3B | 37 |
| Octal | 320 | 243 | 106 | 0 | 26 | 102 | 22 | 50 | 73 | 67 |
| Binary | 11010000 | 10100011 | 1000110 | 0 | 10110 | 1000010 | 10010 | 101000 | 111011 | 110111 |
Color Harmonies of #D0A346
Complementary color
Monochromatic Colors of #D0A346
Black with #D0A346
Text Example
Text Example
White with #D0A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A346; }
p { color: rgb(208,163,70); }
H1.HeaderClassName
{
color: #D0A346;
}
.AnyTagClassName
{
color: #D0A346;
}
</style>
background-color css
<style>
a { background-color: #D0A346; }
a { background-color: rgb(208,163,70); }
div.DivClassName
{
background-color: #D0A346;
}
.BgClassName
{
background-color: #D0A346;
}
</style>
border-color css
<style>
span { border-color: #D0A346; }
span { border-color: rgb(208,163,70); }
td.TdClassName
{
border-color: #D0A346;
}
.TagClassName
{
border-color: #D0A346;
}
</style>