Shades of Sundance #C9A840
Tints of Sundance #C9A840
RGB
CMYK
RGB Variations
Color information
#C9A840 (or 0xC9A840) is known color: Sundance. HEX triplet: C9, A8 and 40. RGB value is (201,168,64). Sum of RGB (Red+Green+Blue) = 201+168+64=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A840 is #3657BF. Grayscale: #A6A6A6. Windows color (decimal): -3561408 or 4237513. OLE color: 4237513.
HSL color Cylindrical-coordinate representation of color #C9A840: hue angle of 45.55º 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 #C9A840 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 64 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.21 |
| HSL | 45.55º | 0.56% | 0.52% | - |
| HSV(B) | 45.55º | 0.68% | 0.79% | - |
| XYZ | 39.02 | 40.79 | 10.67 | - |
| YUV | 166.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 64 | 0 | 0.16 | 0.68 | 0.21 | 45.55 | 0.56 | 0.52 |
| Hex | C9 | A8 | 40 | 0 | 10 | 44 | 15 | 2E | 38 | 34 |
| Octal | 311 | 250 | 100 | 0 | 20 | 104 | 25 | 56 | 70 | 64 |
| Binary | 11001001 | 10101000 | 1000000 | 0 | 10000 | 1000100 | 10101 | 101110 | 111000 | 110100 |
Color Harmonies of #C9A840
Complementary color
Monochromatic Colors of #C9A840
Black with #C9A840
Text Example
Text Example
White with #C9A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A840; }
p { color: rgb(201,168,64); }
H1.HeaderClassName
{
color: #C9A840;
}
.AnyTagClassName
{
color: #C9A840;
}
</style>
background-color css
<style>
a { background-color: #C9A840; }
a { background-color: rgb(201,168,64); }
div.DivClassName
{
background-color: #C9A840;
}
.BgClassName
{
background-color: #C9A840;
}
</style>
border-color css
<style>
span { border-color: #C9A840; }
span { border-color: rgb(201,168,64); }
td.TdClassName
{
border-color: #C9A840;
}
.TagClassName
{
border-color: #C9A840;
}
</style>