Shades of Sundance #C9AD54
Tints of Sundance #C9AD54
RGB
CMYK
RGB Variations
Color information
#C9AD54 (or 0xC9AD54) is known color: Sundance. HEX triplet: C9, AD and 54. RGB value is (201,173,84). Sum of RGB (Red+Green+Blue) = 201+173+84=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD54 is #3652AB. Grayscale: #ABABAB. Windows color (decimal): -3560108 or 5549513. OLE color: 5549513.
HSL color Cylindrical-coordinate representation of color #C9AD54: hue angle of 45.64º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9AD54 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 84 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.21 |
| HSL | 45.64º | 0.52% | 0.56% | - |
| HSV(B) | 45.64º | 0.58% | 0.79% | - |
| XYZ | 40.63 | 42.94 | 14.54 | - |
| YUV | 171.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 84 | 0 | 0.14 | 0.58 | 0.21 | 45.64 | 0.52 | 0.56 |
| Hex | C9 | AD | 54 | 0 | E | 3A | 15 | 2E | 34 | 38 |
| Octal | 311 | 255 | 124 | 0 | 16 | 72 | 25 | 56 | 64 | 70 |
| Binary | 11001001 | 10101101 | 1010100 | 0 | 1110 | 111010 | 10101 | 101110 | 110100 | 111000 |
Color Harmonies of #C9AD54
Complementary color
Monochromatic Colors of #C9AD54
Black with #C9AD54
Text Example
Text Example
White with #C9AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD54; }
p { color: rgb(201,173,84); }
H1.HeaderClassName
{
color: #C9AD54;
}
.AnyTagClassName
{
color: #C9AD54;
}
</style>
background-color css
<style>
a { background-color: #C9AD54; }
a { background-color: rgb(201,173,84); }
div.DivClassName
{
background-color: #C9AD54;
}
.BgClassName
{
background-color: #C9AD54;
}
</style>
border-color css
<style>
span { border-color: #C9AD54; }
span { border-color: rgb(201,173,84); }
td.TdClassName
{
border-color: #C9AD54;
}
.TagClassName
{
border-color: #C9AD54;
}
</style>