Shades of Sundance #D0A94C
Tints of Sundance #D0A94C
RGB
CMYK
RGB Variations
Color information
#D0A94C (or 0xD0A94C) is known color: Sundance. HEX triplet: D0, A9 and 4C. RGB value is (208,169,76). Sum of RGB (Red+Green+Blue) = 208+169+76=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A94C is #2F56B3. Grayscale: #AAAAAA. Windows color (decimal): -3102388 or 5024208. OLE color: 5024208.
HSL color Cylindrical-coordinate representation of color #D0A94C: hue angle of 42.27º 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 #D0A94C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 76 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.18 |
| HSL | 42.27º | 0.58% | 0.56% | - |
| HSV(B) | 42.27º | 0.63% | 0.82% | - |
| XYZ | 41.5 | 42.31 | 12.82 | - |
| YUV | 170.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 76 | 0 | 0.19 | 0.63 | 0.18 | 42.27 | 0.58 | 0.56 |
| Hex | D0 | A9 | 4C | 0 | 13 | 3F | 12 | 2A | 3A | 38 |
| Octal | 320 | 251 | 114 | 0 | 23 | 77 | 22 | 52 | 72 | 70 |
| Binary | 11010000 | 10101001 | 1001100 | 0 | 10011 | 111111 | 10010 | 101010 | 111010 | 111000 |
Color Harmonies of #D0A94C
Complementary color
Monochromatic Colors of #D0A94C
Black with #D0A94C
Text Example
Text Example
White with #D0A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A94C; }
p { color: rgb(208,169,76); }
H1.HeaderClassName
{
color: #D0A94C;
}
.AnyTagClassName
{
color: #D0A94C;
}
</style>
background-color css
<style>
a { background-color: #D0A94C; }
a { background-color: rgb(208,169,76); }
div.DivClassName
{
background-color: #D0A94C;
}
.BgClassName
{
background-color: #D0A94C;
}
</style>
border-color css
<style>
span { border-color: #D0A94C; }
span { border-color: rgb(208,169,76); }
td.TdClassName
{
border-color: #D0A94C;
}
.TagClassName
{
border-color: #D0A94C;
}
</style>