Shades of Sundance #C9AA43
Tints of Sundance #C9AA43
RGB
CMYK
RGB Variations
Color information
#C9AA43 (or 0xC9AA43) is known color: Sundance. HEX triplet: C9, AA and 43. RGB value is (201,170,67). Sum of RGB (Red+Green+Blue) = 201+170+67=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA43 is #3655BC. Grayscale: #A7A7A7. Windows color (decimal): -3560893 or 4434633. OLE color: 4434633.
HSL color Cylindrical-coordinate representation of color #C9AA43: hue angle of 46.12º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9AA43 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 67 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.21 |
| HSL | 46.12º | 0.55% | 0.53% | - |
| HSV(B) | 46.12º | 0.67% | 0.79% | - |
| XYZ | 39.48 | 41.57 | 11.25 | - |
| YUV | 167.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 67 | 0 | 0.15 | 0.67 | 0.21 | 46.12 | 0.55 | 0.53 |
| Hex | C9 | AA | 43 | 0 | F | 43 | 15 | 2E | 37 | 35 |
| Octal | 311 | 252 | 103 | 0 | 17 | 103 | 25 | 56 | 67 | 65 |
| Binary | 11001001 | 10101010 | 1000011 | 0 | 1111 | 1000011 | 10101 | 101110 | 110111 | 110101 |
Color Harmonies of #C9AA43
Complementary color
Monochromatic Colors of #C9AA43
Black with #C9AA43
Text Example
Text Example
White with #C9AA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA43; }
p { color: rgb(201,170,67); }
H1.HeaderClassName
{
color: #C9AA43;
}
.AnyTagClassName
{
color: #C9AA43;
}
</style>
background-color css
<style>
a { background-color: #C9AA43; }
a { background-color: rgb(201,170,67); }
div.DivClassName
{
background-color: #C9AA43;
}
.BgClassName
{
background-color: #C9AA43;
}
</style>
border-color css
<style>
span { border-color: #C9AA43; }
span { border-color: rgb(201,170,67); }
td.TdClassName
{
border-color: #C9AA43;
}
.TagClassName
{
border-color: #C9AA43;
}
</style>