Shades of Sundance #C9A741
Tints of Sundance #C9A741
RGB
CMYK
RGB Variations
Color information
#C9A741 (or 0xC9A741) is known color: Sundance. HEX triplet: C9, A7 and 41. RGB value is (201,167,65). Sum of RGB (Red+Green+Blue) = 201+167+65=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A741 is #3658BE. Grayscale: #A5A5A5. Windows color (decimal): -3561663 or 4302793. OLE color: 4302793.
HSL color Cylindrical-coordinate representation of color #C9A741: hue angle of 45º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9A741 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 65 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.21 |
| HSL | 45º | 0.56% | 0.52% | - |
| HSV(B) | 45º | 0.68% | 0.79% | - |
| XYZ | 38.86 | 40.44 | 10.76 | - |
| YUV | 165.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 65 | 0 | 0.17 | 0.68 | 0.21 | 45 | 0.56 | 0.52 |
| Hex | C9 | A7 | 41 | 0 | 11 | 44 | 15 | 2D | 38 | 34 |
| Octal | 311 | 247 | 101 | 0 | 21 | 104 | 25 | 55 | 70 | 64 |
| Binary | 11001001 | 10100111 | 1000001 | 0 | 10001 | 1000100 | 10101 | 101101 | 111000 | 110100 |
Color Harmonies of #C9A741
Complementary color
Monochromatic Colors of #C9A741
Black with #C9A741
Text Example
Text Example
White with #C9A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A741; }
p { color: rgb(201,167,65); }
H1.HeaderClassName
{
color: #C9A741;
}
.AnyTagClassName
{
color: #C9A741;
}
</style>
background-color css
<style>
a { background-color: #C9A741; }
a { background-color: rgb(201,167,65); }
div.DivClassName
{
background-color: #C9A741;
}
.BgClassName
{
background-color: #C9A741;
}
</style>
border-color css
<style>
span { border-color: #C9A741; }
span { border-color: rgb(201,167,65); }
td.TdClassName
{
border-color: #C9A741;
}
.TagClassName
{
border-color: #C9A741;
}
</style>