Shades of Sundance #D0A14A
Tints of Sundance #D0A14A
RGB
CMYK
RGB Variations
Color information
#D0A14A (or 0xD0A14A) is known color: Sundance. HEX triplet: D0, A1 and 4A. RGB value is (208,161,74). Sum of RGB (Red+Green+Blue) = 208+161+74=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A14A is #2F5EB5. Grayscale: #A5A5A5. Windows color (decimal): -3104438 or 4891088. OLE color: 4891088.
HSL color Cylindrical-coordinate representation of color #D0A14A: hue angle of 38.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0A14A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 74 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.18 |
| HSL | 38.96º | 0.59% | 0.55% | - |
| HSV(B) | 38.96º | 0.64% | 0.82% | - |
| XYZ | 39.99 | 39.39 | 11.97 | - |
| YUV | 165.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 74 | 0 | 0.23 | 0.64 | 0.18 | 38.96 | 0.59 | 0.55 |
| Hex | D0 | A1 | 4A | 0 | 17 | 40 | 12 | 27 | 3B | 37 |
| Octal | 320 | 241 | 112 | 0 | 27 | 100 | 22 | 47 | 73 | 67 |
| Binary | 11010000 | 10100001 | 1001010 | 0 | 10111 | 1000000 | 10010 | 100111 | 111011 | 110111 |
Color Harmonies of #D0A14A
Complementary color
Monochromatic Colors of #D0A14A
Black with #D0A14A
Text Example
Text Example
White with #D0A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A14A; }
p { color: rgb(208,161,74); }
H1.HeaderClassName
{
color: #D0A14A;
}
.AnyTagClassName
{
color: #D0A14A;
}
</style>
background-color css
<style>
a { background-color: #D0A14A; }
a { background-color: rgb(208,161,74); }
div.DivClassName
{
background-color: #D0A14A;
}
.BgClassName
{
background-color: #D0A14A;
}
</style>
border-color css
<style>
span { border-color: #D0A14A; }
span { border-color: rgb(208,161,74); }
td.TdClassName
{
border-color: #D0A14A;
}
.TagClassName
{
border-color: #D0A14A;
}
</style>