Shades of Sundance #C9AD4C
Tints of Sundance #C9AD4C
RGB
CMYK
RGB Variations
Color information
#C9AD4C (or 0xC9AD4C) is known color: Sundance. HEX triplet: C9, AD and 4C. RGB value is (201,173,76). Sum of RGB (Red+Green+Blue) = 201+173+76=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD4C is #3652B3. Grayscale: #AAAAAA. Windows color (decimal): -3560116 or 5025225. OLE color: 5025225.
HSL color Cylindrical-coordinate representation of color #C9AD4C: hue angle of 46.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9AD4C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 76 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.21 |
| HSL | 46.56º | 0.54% | 0.54% | - |
| HSV(B) | 46.56º | 0.62% | 0.79% | - |
| XYZ | 40.34 | 42.83 | 12.98 | - |
| YUV | 170.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 76 | 0 | 0.14 | 0.62 | 0.21 | 46.56 | 0.54 | 0.54 |
| Hex | C9 | AD | 4C | 0 | E | 3E | 15 | 2F | 36 | 36 |
| Octal | 311 | 255 | 114 | 0 | 16 | 76 | 25 | 57 | 66 | 66 |
| Binary | 11001001 | 10101101 | 1001100 | 0 | 1110 | 111110 | 10101 | 101111 | 110110 | 110110 |
Color Harmonies of #C9AD4C
Complementary color
Monochromatic Colors of #C9AD4C
Black with #C9AD4C
Text Example
Text Example
White with #C9AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD4C; }
p { color: rgb(201,173,76); }
H1.HeaderClassName
{
color: #C9AD4C;
}
.AnyTagClassName
{
color: #C9AD4C;
}
</style>
background-color css
<style>
a { background-color: #C9AD4C; }
a { background-color: rgb(201,173,76); }
div.DivClassName
{
background-color: #C9AD4C;
}
.BgClassName
{
background-color: #C9AD4C;
}
</style>
border-color css
<style>
span { border-color: #C9AD4C; }
span { border-color: rgb(201,173,76); }
td.TdClassName
{
border-color: #C9AD4C;
}
.TagClassName
{
border-color: #C9AD4C;
}
</style>