Shades of Sundance #C9AD55
Tints of Sundance #C9AD55
RGB
CMYK
RGB Variations
Color information
#C9AD55 (or 0xC9AD55) is known color: Sundance. HEX triplet: C9, AD and 55. RGB value is (201,173,85). Sum of RGB (Red+Green+Blue) = 201+173+85=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD55 is #3652AA. Grayscale: #ABABAB. Windows color (decimal): -3560107 or 5615049. OLE color: 5615049.
HSL color Cylindrical-coordinate representation of color #C9AD55: hue angle of 45.52º 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 #C9AD55 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 85 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.21 |
| HSL | 45.52º | 0.52% | 0.56% | - |
| HSV(B) | 45.52º | 0.58% | 0.79% | - |
| XYZ | 40.67 | 42.96 | 14.74 | - |
| YUV | 171.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 85 | 0 | 0.14 | 0.58 | 0.21 | 45.52 | 0.52 | 0.56 |
| Hex | C9 | AD | 55 | 0 | E | 3A | 15 | 2E | 34 | 38 |
| Octal | 311 | 255 | 125 | 0 | 16 | 72 | 25 | 56 | 64 | 70 |
| Binary | 11001001 | 10101101 | 1010101 | 0 | 1110 | 111010 | 10101 | 101110 | 110100 | 111000 |
Color Harmonies of #C9AD55
Complementary color
Monochromatic Colors of #C9AD55
Black with #C9AD55
Text Example
Text Example
White with #C9AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD55; }
p { color: rgb(201,173,85); }
H1.HeaderClassName
{
color: #C9AD55;
}
.AnyTagClassName
{
color: #C9AD55;
}
</style>
background-color css
<style>
a { background-color: #C9AD55; }
a { background-color: rgb(201,173,85); }
div.DivClassName
{
background-color: #C9AD55;
}
.BgClassName
{
background-color: #C9AD55;
}
</style>
border-color css
<style>
span { border-color: #C9AD55; }
span { border-color: rgb(201,173,85); }
td.TdClassName
{
border-color: #C9AD55;
}
.TagClassName
{
border-color: #C9AD55;
}
</style>