Shades of Sundance #C9AD4B
Tints of Sundance #C9AD4B
RGB
CMYK
RGB Variations
Color information
#C9AD4B (or 0xC9AD4B) is known color: Sundance. HEX triplet: C9, AD and 4B. RGB value is (201,173,75). Sum of RGB (Red+Green+Blue) = 201+173+75=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD4B is #3652B4. Grayscale: #AAAAAA. Windows color (decimal): -3560117 or 4959689. OLE color: 4959689.
HSL color Cylindrical-coordinate representation of color #C9AD4B: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9AD4B is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 75 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.21 |
| HSL | 46.67º | 0.54% | 0.54% | - |
| HSV(B) | 46.67º | 0.63% | 0.79% | - |
| XYZ | 40.3 | 42.81 | 12.8 | - |
| YUV | 170.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 75 | 0 | 0.14 | 0.63 | 0.21 | 46.67 | 0.54 | 0.54 |
| Hex | C9 | AD | 4B | 0 | E | 3F | 15 | 2F | 36 | 36 |
| Octal | 311 | 255 | 113 | 0 | 16 | 77 | 25 | 57 | 66 | 66 |
| Binary | 11001001 | 10101101 | 1001011 | 0 | 1110 | 111111 | 10101 | 101111 | 110110 | 110110 |
Color Harmonies of #C9AD4B
Complementary color
Monochromatic Colors of #C9AD4B
Black with #C9AD4B
Text Example
Text Example
White with #C9AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD4B; }
p { color: rgb(201,173,75); }
H1.HeaderClassName
{
color: #C9AD4B;
}
.AnyTagClassName
{
color: #C9AD4B;
}
</style>
background-color css
<style>
a { background-color: #C9AD4B; }
a { background-color: rgb(201,173,75); }
div.DivClassName
{
background-color: #C9AD4B;
}
.BgClassName
{
background-color: #C9AD4B;
}
</style>
border-color css
<style>
span { border-color: #C9AD4B; }
span { border-color: rgb(201,173,75); }
td.TdClassName
{
border-color: #C9AD4B;
}
.TagClassName
{
border-color: #C9AD4B;
}
</style>