Shades of Sundance #C9AD50
Tints of Sundance #C9AD50
RGB
CMYK
RGB Variations
Color information
#C9AD50 (or 0xC9AD50) is known color: Sundance. HEX triplet: C9, AD and 50. RGB value is (201,173,80). Sum of RGB (Red+Green+Blue) = 201+173+80=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD50 is #3652AF. Grayscale: #ABABAB. Windows color (decimal): -3560112 or 5287369. OLE color: 5287369.
HSL color Cylindrical-coordinate representation of color #C9AD50: hue angle of 46.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9AD50 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 80 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.21 |
| HSL | 46.12º | 0.53% | 0.55% | - |
| HSV(B) | 46.12º | 0.6% | 0.79% | - |
| XYZ | 40.48 | 42.88 | 13.73 | - |
| YUV | 170.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 80 | 0 | 0.14 | 0.60 | 0.21 | 46.12 | 0.53 | 0.55 |
| Hex | C9 | AD | 50 | 0 | E | 3C | 15 | 2E | 35 | 37 |
| Octal | 311 | 255 | 120 | 0 | 16 | 74 | 25 | 56 | 65 | 67 |
| Binary | 11001001 | 10101101 | 1010000 | 0 | 1110 | 111100 | 10101 | 101110 | 110101 | 110111 |
Color Harmonies of #C9AD50
Complementary color
Monochromatic Colors of #C9AD50
Black with #C9AD50
Text Example
Text Example
White with #C9AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD50; }
p { color: rgb(201,173,80); }
H1.HeaderClassName
{
color: #C9AD50;
}
.AnyTagClassName
{
color: #C9AD50;
}
</style>
background-color css
<style>
a { background-color: #C9AD50; }
a { background-color: rgb(201,173,80); }
div.DivClassName
{
background-color: #C9AD50;
}
.BgClassName
{
background-color: #C9AD50;
}
</style>
border-color css
<style>
span { border-color: #C9AD50; }
span { border-color: rgb(201,173,80); }
td.TdClassName
{
border-color: #C9AD50;
}
.TagClassName
{
border-color: #C9AD50;
}
</style>