Shades of Sundance #C9A94D
Tints of Sundance #C9A94D
RGB
CMYK
RGB Variations
Color information
#C9A94D (or 0xC9A94D) is known color: Sundance. HEX triplet: C9, A9 and 4D. RGB value is (201,169,77). Sum of RGB (Red+Green+Blue) = 201+169+77=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A94D is #3656B2. Grayscale: #A8A8A8. Windows color (decimal): -3561139 or 5089737. OLE color: 5089737.
HSL color Cylindrical-coordinate representation of color #C9A94D: hue angle of 44.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9A94D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 77 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.21 |
| HSL | 44.52º | 0.53% | 0.55% | - |
| HSV(B) | 44.52º | 0.62% | 0.79% | - |
| XYZ | 39.61 | 41.33 | 12.91 | - |
| YUV | 168.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 77 | 0 | 0.16 | 0.62 | 0.21 | 44.52 | 0.53 | 0.55 |
| Hex | C9 | A9 | 4D | 0 | 10 | 3E | 15 | 2D | 35 | 37 |
| Octal | 311 | 251 | 115 | 0 | 20 | 76 | 25 | 55 | 65 | 67 |
| Binary | 11001001 | 10101001 | 1001101 | 0 | 10000 | 111110 | 10101 | 101101 | 110101 | 110111 |
Color Harmonies of #C9A94D
Complementary color
Monochromatic Colors of #C9A94D
Black with #C9A94D
Text Example
Text Example
White with #C9A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A94D; }
p { color: rgb(201,169,77); }
H1.HeaderClassName
{
color: #C9A94D;
}
.AnyTagClassName
{
color: #C9A94D;
}
</style>
background-color css
<style>
a { background-color: #C9A94D; }
a { background-color: rgb(201,169,77); }
div.DivClassName
{
background-color: #C9A94D;
}
.BgClassName
{
background-color: #C9A94D;
}
</style>
border-color css
<style>
span { border-color: #C9A94D; }
span { border-color: rgb(201,169,77); }
td.TdClassName
{
border-color: #C9A94D;
}
.TagClassName
{
border-color: #C9A94D;
}
</style>