Shades of Sundance #D0A84D
Tints of Sundance #D0A84D
RGB
CMYK
RGB Variations
Color information
#D0A84D (or 0xD0A84D) is known color: Sundance. HEX triplet: D0, A8 and 4D. RGB value is (208,168,77). Sum of RGB (Red+Green+Blue) = 208+168+77=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A84D is #2F57B2. Grayscale: #A9A9A9. Windows color (decimal): -3102643 or 5089488. OLE color: 5089488.
HSL color Cylindrical-coordinate representation of color #D0A84D: hue angle of 41.68º 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 #D0A84D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 77 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.18 |
| HSL | 41.68º | 0.58% | 0.56% | - |
| HSV(B) | 41.68º | 0.63% | 0.82% | - |
| XYZ | 41.35 | 41.95 | 12.94 | - |
| YUV | 169.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 77 | 0 | 0.19 | 0.63 | 0.18 | 41.68 | 0.58 | 0.56 |
| Hex | D0 | A8 | 4D | 0 | 13 | 3F | 12 | 2A | 3A | 38 |
| Octal | 320 | 250 | 115 | 0 | 23 | 77 | 22 | 52 | 72 | 70 |
| Binary | 11010000 | 10101000 | 1001101 | 0 | 10011 | 111111 | 10010 | 101010 | 111010 | 111000 |
Color Harmonies of #D0A84D
Complementary color
Monochromatic Colors of #D0A84D
Black with #D0A84D
Text Example
Text Example
White with #D0A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A84D; }
p { color: rgb(208,168,77); }
H1.HeaderClassName
{
color: #D0A84D;
}
.AnyTagClassName
{
color: #D0A84D;
}
</style>
background-color css
<style>
a { background-color: #D0A84D; }
a { background-color: rgb(208,168,77); }
div.DivClassName
{
background-color: #D0A84D;
}
.BgClassName
{
background-color: #D0A84D;
}
</style>
border-color css
<style>
span { border-color: #D0A84D; }
span { border-color: rgb(208,168,77); }
td.TdClassName
{
border-color: #D0A84D;
}
.TagClassName
{
border-color: #D0A84D;
}
</style>