Shades of Sundance #C9AC4E
Tints of Sundance #C9AC4E
RGB
CMYK
RGB Variations
Color information
#C9AC4E (or 0xC9AC4E) is known color: Sundance. HEX triplet: C9, AC and 4E. RGB value is (201,172,78). Sum of RGB (Red+Green+Blue) = 201+172+78=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC4E is #3653B1. Grayscale: #AAAAAA. Windows color (decimal): -3560370 or 5156041. OLE color: 5156041.
HSL color Cylindrical-coordinate representation of color #C9AC4E: hue angle of 45.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9AC4E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 78 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.21 |
| HSL | 45.85º | 0.53% | 0.55% | - |
| HSV(B) | 45.85º | 0.61% | 0.79% | - |
| XYZ | 40.22 | 42.47 | 13.29 | - |
| YUV | 169.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 78 | 0 | 0.14 | 0.61 | 0.21 | 45.85 | 0.53 | 0.55 |
| Hex | C9 | AC | 4E | 0 | E | 3D | 15 | 2E | 35 | 37 |
| Octal | 311 | 254 | 116 | 0 | 16 | 75 | 25 | 56 | 65 | 67 |
| Binary | 11001001 | 10101100 | 1001110 | 0 | 1110 | 111101 | 10101 | 101110 | 110101 | 110111 |
Color Harmonies of #C9AC4E
Complementary color
Monochromatic Colors of #C9AC4E
Black with #C9AC4E
Text Example
Text Example
White with #C9AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC4E; }
p { color: rgb(201,172,78); }
H1.HeaderClassName
{
color: #C9AC4E;
}
.AnyTagClassName
{
color: #C9AC4E;
}
</style>
background-color css
<style>
a { background-color: #C9AC4E; }
a { background-color: rgb(201,172,78); }
div.DivClassName
{
background-color: #C9AC4E;
}
.BgClassName
{
background-color: #C9AC4E;
}
</style>
border-color css
<style>
span { border-color: #C9AC4E; }
span { border-color: rgb(201,172,78); }
td.TdClassName
{
border-color: #C9AC4E;
}
.TagClassName
{
border-color: #C9AC4E;
}
</style>