Shades of Sundance #C9AA42
Tints of Sundance #C9AA42
RGB
CMYK
RGB Variations
Color information
#C9AA42 (or 0xC9AA42) is known color: Sundance. HEX triplet: C9, AA and 42. RGB value is (201,170,66). Sum of RGB (Red+Green+Blue) = 201+170+66=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA42 is #3655BD. Grayscale: #A7A7A7. Windows color (decimal): -3560894 or 4369097. OLE color: 4369097.
HSL color Cylindrical-coordinate representation of color #C9AA42: hue angle of 46.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9AA42 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 66 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.21 |
| HSL | 46.22º | 0.56% | 0.52% | - |
| HSV(B) | 46.22º | 0.67% | 0.79% | - |
| XYZ | 39.45 | 41.56 | 11.1 | - |
| YUV | 167.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 66 | 0 | 0.15 | 0.67 | 0.21 | 46.22 | 0.56 | 0.52 |
| Hex | C9 | AA | 42 | 0 | F | 43 | 15 | 2E | 38 | 34 |
| Octal | 311 | 252 | 102 | 0 | 17 | 103 | 25 | 56 | 70 | 64 |
| Binary | 11001001 | 10101010 | 1000010 | 0 | 1111 | 1000011 | 10101 | 101110 | 111000 | 110100 |
Color Harmonies of #C9AA42
Complementary color
Monochromatic Colors of #C9AA42
Black with #C9AA42
Text Example
Text Example
White with #C9AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA42; }
p { color: rgb(201,170,66); }
H1.HeaderClassName
{
color: #C9AA42;
}
.AnyTagClassName
{
color: #C9AA42;
}
</style>
background-color css
<style>
a { background-color: #C9AA42; }
a { background-color: rgb(201,170,66); }
div.DivClassName
{
background-color: #C9AA42;
}
.BgClassName
{
background-color: #C9AA42;
}
</style>
border-color css
<style>
span { border-color: #C9AA42; }
span { border-color: rgb(201,170,66); }
td.TdClassName
{
border-color: #C9AA42;
}
.TagClassName
{
border-color: #C9AA42;
}
</style>