Shades of Sundance #C9A14B
Tints of Sundance #C9A14B
RGB
CMYK
RGB Variations
Color information
#C9A14B (or 0xC9A14B) is known color: Sundance. HEX triplet: C9, A1 and 4B. RGB value is (201,161,75). Sum of RGB (Red+Green+Blue) = 201+161+75=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A14B is #365EB4. Grayscale: #A3A3A3. Windows color (decimal): -3563189 or 4956617. OLE color: 4956617.
HSL color Cylindrical-coordinate representation of color #C9A14B: hue angle of 40.95º 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 #C9A14B is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 75 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.21 |
| HSL | 40.95º | 0.54% | 0.54% | - |
| HSV(B) | 40.95º | 0.63% | 0.79% | - |
| XYZ | 38.1 | 38.42 | 12.06 | - |
| YUV | 163.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 75 | 0 | 0.20 | 0.63 | 0.21 | 40.95 | 0.54 | 0.54 |
| Hex | C9 | A1 | 4B | 0 | 14 | 3F | 15 | 29 | 36 | 36 |
| Octal | 311 | 241 | 113 | 0 | 24 | 77 | 25 | 51 | 66 | 66 |
| Binary | 11001001 | 10100001 | 1001011 | 0 | 10100 | 111111 | 10101 | 101001 | 110110 | 110110 |
Color Harmonies of #C9A14B
Complementary color
Monochromatic Colors of #C9A14B
Black with #C9A14B
Text Example
Text Example
White with #C9A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A14B; }
p { color: rgb(201,161,75); }
H1.HeaderClassName
{
color: #C9A14B;
}
.AnyTagClassName
{
color: #C9A14B;
}
</style>
background-color css
<style>
a { background-color: #C9A14B; }
a { background-color: rgb(201,161,75); }
div.DivClassName
{
background-color: #C9A14B;
}
.BgClassName
{
background-color: #C9A14B;
}
</style>
border-color css
<style>
span { border-color: #C9A14B; }
span { border-color: rgb(201,161,75); }
td.TdClassName
{
border-color: #C9A14B;
}
.TagClassName
{
border-color: #C9A14B;
}
</style>