Shades of Sundance #C9AD53
Tints of Sundance #C9AD53
RGB
CMYK
RGB Variations
Color information
#C9AD53 (or 0xC9AD53) is known color: Sundance. HEX triplet: C9, AD and 53. RGB value is (201,173,83). Sum of RGB (Red+Green+Blue) = 201+173+83=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD53 is #3652AC. Grayscale: #ABABAB. Windows color (decimal): -3560109 or 5483977. OLE color: 5483977.
HSL color Cylindrical-coordinate representation of color #C9AD53: hue angle of 45.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9AD53 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 83 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.21 |
| HSL | 45.76º | 0.52% | 0.56% | - |
| HSV(B) | 45.76º | 0.59% | 0.79% | - |
| XYZ | 40.59 | 42.93 | 14.33 | - |
| YUV | 171.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 83 | 0 | 0.14 | 0.59 | 0.21 | 45.76 | 0.52 | 0.56 |
| Hex | C9 | AD | 53 | 0 | E | 3B | 15 | 2E | 34 | 38 |
| Octal | 311 | 255 | 123 | 0 | 16 | 73 | 25 | 56 | 64 | 70 |
| Binary | 11001001 | 10101101 | 1010011 | 0 | 1110 | 111011 | 10101 | 101110 | 110100 | 111000 |
Color Harmonies of #C9AD53
Complementary color
Monochromatic Colors of #C9AD53
Black with #C9AD53
Text Example
Text Example
White with #C9AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD53; }
p { color: rgb(201,173,83); }
H1.HeaderClassName
{
color: #C9AD53;
}
.AnyTagClassName
{
color: #C9AD53;
}
</style>
background-color css
<style>
a { background-color: #C9AD53; }
a { background-color: rgb(201,173,83); }
div.DivClassName
{
background-color: #C9AD53;
}
.BgClassName
{
background-color: #C9AD53;
}
</style>
border-color css
<style>
span { border-color: #C9AD53; }
span { border-color: rgb(201,173,83); }
td.TdClassName
{
border-color: #C9AD53;
}
.TagClassName
{
border-color: #C9AD53;
}
</style>