Shades of Sundance #C9AC4C
Tints of Sundance #C9AC4C
RGB
CMYK
RGB Variations
Color information
#C9AC4C (or 0xC9AC4C) is known color: Sundance. HEX triplet: C9, AC and 4C. RGB value is (201,172,76). Sum of RGB (Red+Green+Blue) = 201+172+76=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC4C is #3653B3. Grayscale: #AAAAAA. Windows color (decimal): -3560372 or 5024969. OLE color: 5024969.
HSL color Cylindrical-coordinate representation of color #C9AC4C: hue angle of 46.08º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9AC4C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 76 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.21 |
| HSL | 46.08º | 0.54% | 0.54% | - |
| HSV(B) | 46.08º | 0.62% | 0.79% | - |
| XYZ | 40.14 | 42.44 | 12.91 | - |
| YUV | 169.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 76 | 0 | 0.14 | 0.62 | 0.21 | 46.08 | 0.54 | 0.54 |
| Hex | C9 | AC | 4C | 0 | E | 3E | 15 | 2E | 36 | 36 |
| Octal | 311 | 254 | 114 | 0 | 16 | 76 | 25 | 56 | 66 | 66 |
| Binary | 11001001 | 10101100 | 1001100 | 0 | 1110 | 111110 | 10101 | 101110 | 110110 | 110110 |
Color Harmonies of #C9AC4C
Complementary color
Monochromatic Colors of #C9AC4C
Black with #C9AC4C
Text Example
Text Example
White with #C9AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC4C; }
p { color: rgb(201,172,76); }
H1.HeaderClassName
{
color: #C9AC4C;
}
.AnyTagClassName
{
color: #C9AC4C;
}
</style>
background-color css
<style>
a { background-color: #C9AC4C; }
a { background-color: rgb(201,172,76); }
div.DivClassName
{
background-color: #C9AC4C;
}
.BgClassName
{
background-color: #C9AC4C;
}
</style>
border-color css
<style>
span { border-color: #C9AC4C; }
span { border-color: rgb(201,172,76); }
td.TdClassName
{
border-color: #C9AC4C;
}
.TagClassName
{
border-color: #C9AC4C;
}
</style>