Shades of Sundance #C9AD42
Tints of Sundance #C9AD42
RGB
CMYK
RGB Variations
Color information
#C9AD42 (or 0xC9AD42) is known color: Sundance. HEX triplet: C9, AD and 42. RGB value is (201,173,66). Sum of RGB (Red+Green+Blue) = 201+173+66=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD42 is #3652BD. Grayscale: #A9A9A9. Windows color (decimal): -3560126 or 4369865. OLE color: 4369865.
HSL color Cylindrical-coordinate representation of color #C9AD42: hue angle of 47.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9AD42 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 66 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.21 |
| HSL | 47.56º | 0.56% | 0.52% | - |
| HSV(B) | 47.56º | 0.67% | 0.79% | - |
| XYZ | 40.01 | 42.7 | 11.29 | - |
| YUV | 169.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 66 | 0 | 0.14 | 0.67 | 0.21 | 47.56 | 0.56 | 0.52 |
| Hex | C9 | AD | 42 | 0 | E | 43 | 15 | 30 | 38 | 34 |
| Octal | 311 | 255 | 102 | 0 | 16 | 103 | 25 | 60 | 70 | 64 |
| Binary | 11001001 | 10101101 | 1000010 | 0 | 1110 | 1000011 | 10101 | 110000 | 111000 | 110100 |
Color Harmonies of #C9AD42
Complementary color
Monochromatic Colors of #C9AD42
Black with #C9AD42
Text Example
Text Example
White with #C9AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD42; }
p { color: rgb(201,173,66); }
H1.HeaderClassName
{
color: #C9AD42;
}
.AnyTagClassName
{
color: #C9AD42;
}
</style>
background-color css
<style>
a { background-color: #C9AD42; }
a { background-color: rgb(201,173,66); }
div.DivClassName
{
background-color: #C9AD42;
}
.BgClassName
{
background-color: #C9AD42;
}
</style>
border-color css
<style>
span { border-color: #C9AD42; }
span { border-color: rgb(201,173,66); }
td.TdClassName
{
border-color: #C9AD42;
}
.TagClassName
{
border-color: #C9AD42;
}
</style>