Shades of Sundance #C9A14D
Tints of Sundance #C9A14D
RGB
CMYK
RGB Variations
Color information
#C9A14D (or 0xC9A14D) is known color: Sundance. HEX triplet: C9, A1 and 4D. RGB value is (201,161,77). Sum of RGB (Red+Green+Blue) = 201+161+77=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A14D is #365EB2. Grayscale: #A3A3A3. Windows color (decimal): -3563187 or 5087689. OLE color: 5087689.
HSL color Cylindrical-coordinate representation of color #C9A14D: hue angle of 40.65º 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 #C9A14D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 77 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.21 |
| HSL | 40.65º | 0.53% | 0.55% | - |
| HSV(B) | 40.65º | 0.62% | 0.79% | - |
| XYZ | 38.17 | 38.44 | 12.43 | - |
| YUV | 163.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 77 | 0 | 0.20 | 0.62 | 0.21 | 40.65 | 0.53 | 0.55 |
| Hex | C9 | A1 | 4D | 0 | 14 | 3E | 15 | 29 | 35 | 37 |
| Octal | 311 | 241 | 115 | 0 | 24 | 76 | 25 | 51 | 65 | 67 |
| Binary | 11001001 | 10100001 | 1001101 | 0 | 10100 | 111110 | 10101 | 101001 | 110101 | 110111 |
Color Harmonies of #C9A14D
Complementary color
Monochromatic Colors of #C9A14D
Black with #C9A14D
Text Example
Text Example
White with #C9A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A14D; }
p { color: rgb(201,161,77); }
H1.HeaderClassName
{
color: #C9A14D;
}
.AnyTagClassName
{
color: #C9A14D;
}
</style>
background-color css
<style>
a { background-color: #C9A14D; }
a { background-color: rgb(201,161,77); }
div.DivClassName
{
background-color: #C9A14D;
}
.BgClassName
{
background-color: #C9A14D;
}
</style>
border-color css
<style>
span { border-color: #C9A14D; }
span { border-color: rgb(201,161,77); }
td.TdClassName
{
border-color: #C9A14D;
}
.TagClassName
{
border-color: #C9A14D;
}
</style>