Shades of Sundance #D0AA4C
Tints of Sundance #D0AA4C
RGB
CMYK
RGB Variations
Color information
#D0AA4C (or 0xD0AA4C) is known color: Sundance. HEX triplet: D0, AA and 4C. RGB value is (208,170,76). Sum of RGB (Red+Green+Blue) = 208+170+76=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA4C is #2F55B3. Grayscale: #ABABAB. Windows color (decimal): -3102132 or 5024464. OLE color: 5024464.
HSL color Cylindrical-coordinate representation of color #D0AA4C: hue angle of 42.73º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0AA4C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 76 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.18 |
| HSL | 42.73º | 0.58% | 0.56% | - |
| HSV(B) | 42.73º | 0.63% | 0.82% | - |
| XYZ | 41.69 | 42.68 | 12.88 | - |
| YUV | 170.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 76 | 0 | 0.18 | 0.63 | 0.18 | 42.73 | 0.58 | 0.56 |
| Hex | D0 | AA | 4C | 0 | 12 | 3F | 12 | 2B | 3A | 38 |
| Octal | 320 | 252 | 114 | 0 | 22 | 77 | 22 | 53 | 72 | 70 |
| Binary | 11010000 | 10101010 | 1001100 | 0 | 10010 | 111111 | 10010 | 101011 | 111010 | 111000 |
Color Harmonies of #D0AA4C
Complementary color
Monochromatic Colors of #D0AA4C
Black with #D0AA4C
Text Example
Text Example
White with #D0AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA4C; }
p { color: rgb(208,170,76); }
H1.HeaderClassName
{
color: #D0AA4C;
}
.AnyTagClassName
{
color: #D0AA4C;
}
</style>
background-color css
<style>
a { background-color: #D0AA4C; }
a { background-color: rgb(208,170,76); }
div.DivClassName
{
background-color: #D0AA4C;
}
.BgClassName
{
background-color: #D0AA4C;
}
</style>
border-color css
<style>
span { border-color: #D0AA4C; }
span { border-color: rgb(208,170,76); }
td.TdClassName
{
border-color: #D0AA4C;
}
.TagClassName
{
border-color: #D0AA4C;
}
</style>