Shades of Sundance #C9A73F
Tints of Sundance #C9A73F
RGB
CMYK
RGB Variations
Color information
#C9A73F (or 0xC9A73F) is known color: Sundance. HEX triplet: C9, A7 and 3F. RGB value is (201,167,63). Sum of RGB (Red+Green+Blue) = 201+167+63=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A73F is #3658C0. Grayscale: #A5A5A5. Windows color (decimal): -3561665 or 4171721. OLE color: 4171721.
HSL color Cylindrical-coordinate representation of color #C9A73F: hue angle of 45.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9A73F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 63 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.21 |
| HSL | 45.22º | 0.56% | 0.52% | - |
| HSV(B) | 45.22º | 0.69% | 0.79% | - |
| XYZ | 38.8 | 40.41 | 10.46 | - |
| YUV | 165.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 63 | 0 | 0.17 | 0.69 | 0.21 | 45.22 | 0.56 | 0.52 |
| Hex | C9 | A7 | 3F | 0 | 11 | 45 | 15 | 2D | 38 | 34 |
| Octal | 311 | 247 | 77 | 0 | 21 | 105 | 25 | 55 | 70 | 64 |
| Binary | 11001001 | 10100111 | 111111 | 0 | 10001 | 1000101 | 10101 | 101101 | 111000 | 110100 |
Color Harmonies of #C9A73F
Complementary color
Monochromatic Colors of #C9A73F
Black with #C9A73F
Text Example
Text Example
White with #C9A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A73F; }
p { color: rgb(201,167,63); }
H1.HeaderClassName
{
color: #C9A73F;
}
.AnyTagClassName
{
color: #C9A73F;
}
</style>
background-color css
<style>
a { background-color: #C9A73F; }
a { background-color: rgb(201,167,63); }
div.DivClassName
{
background-color: #C9A73F;
}
.BgClassName
{
background-color: #C9A73F;
}
</style>
border-color css
<style>
span { border-color: #C9A73F; }
span { border-color: rgb(201,167,63); }
td.TdClassName
{
border-color: #C9A73F;
}
.TagClassName
{
border-color: #C9A73F;
}
</style>