Shades of Sundance #C9A843
Tints of Sundance #C9A843
RGB
CMYK
RGB Variations
Color information
#C9A843 (or 0xC9A843) is known color: Sundance. HEX triplet: C9, A8 and 43. RGB value is (201,168,67). Sum of RGB (Red+Green+Blue) = 201+168+67=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A843 is #3657BC. Grayscale: #A6A6A6. Windows color (decimal): -3561405 or 4434121. OLE color: 4434121.
HSL color Cylindrical-coordinate representation of color #C9A843: hue angle of 45.22º 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 #C9A843 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 67 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.21 |
| HSL | 45.22º | 0.55% | 0.53% | - |
| HSV(B) | 45.22º | 0.67% | 0.79% | - |
| XYZ | 39.1 | 40.83 | 11.13 | - |
| YUV | 166.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 67 | 0 | 0.16 | 0.67 | 0.21 | 45.22 | 0.55 | 0.53 |
| Hex | C9 | A8 | 43 | 0 | 10 | 43 | 15 | 2D | 37 | 35 |
| Octal | 311 | 250 | 103 | 0 | 20 | 103 | 25 | 55 | 67 | 65 |
| Binary | 11001001 | 10101000 | 1000011 | 0 | 10000 | 1000011 | 10101 | 101101 | 110111 | 110101 |
Color Harmonies of #C9A843
Complementary color
Monochromatic Colors of #C9A843
Black with #C9A843
Text Example
Text Example
White with #C9A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A843; }
p { color: rgb(201,168,67); }
H1.HeaderClassName
{
color: #C9A843;
}
.AnyTagClassName
{
color: #C9A843;
}
</style>
background-color css
<style>
a { background-color: #C9A843; }
a { background-color: rgb(201,168,67); }
div.DivClassName
{
background-color: #C9A843;
}
.BgClassName
{
background-color: #C9A843;
}
</style>
border-color css
<style>
span { border-color: #C9A843; }
span { border-color: rgb(201,168,67); }
td.TdClassName
{
border-color: #C9A843;
}
.TagClassName
{
border-color: #C9A843;
}
</style>