Shades of Sundance #C9A23F
Tints of Sundance #C9A23F
RGB
CMYK
RGB Variations
Color information
#C9A23F (or 0xC9A23F) is known color: Sundance. HEX triplet: C9, A2 and 3F. RGB value is (201,162,63). Sum of RGB (Red+Green+Blue) = 201+162+63=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A23F is #365DC0. Grayscale: #A2A2A2. Windows color (decimal): -3562945 or 4170441. OLE color: 4170441.
HSL color Cylindrical-coordinate representation of color #C9A23F: hue angle of 43.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9A23F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 63 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.21 |
| HSL | 43.04º | 0.56% | 0.52% | - |
| HSV(B) | 43.04º | 0.69% | 0.79% | - |
| XYZ | 37.9 | 38.62 | 10.16 | - |
| YUV | 162.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 63 | 0 | 0.19 | 0.69 | 0.21 | 43.04 | 0.56 | 0.52 |
| Hex | C9 | A2 | 3F | 0 | 13 | 45 | 15 | 2B | 38 | 34 |
| Octal | 311 | 242 | 77 | 0 | 23 | 105 | 25 | 53 | 70 | 64 |
| Binary | 11001001 | 10100010 | 111111 | 0 | 10011 | 1000101 | 10101 | 101011 | 111000 | 110100 |
Color Harmonies of #C9A23F
Complementary color
Monochromatic Colors of #C9A23F
Black with #C9A23F
Text Example
Text Example
White with #C9A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A23F; }
p { color: rgb(201,162,63); }
H1.HeaderClassName
{
color: #C9A23F;
}
.AnyTagClassName
{
color: #C9A23F;
}
</style>
background-color css
<style>
a { background-color: #C9A23F; }
a { background-color: rgb(201,162,63); }
div.DivClassName
{
background-color: #C9A23F;
}
.BgClassName
{
background-color: #C9A23F;
}
</style>
border-color css
<style>
span { border-color: #C9A23F; }
span { border-color: rgb(201,162,63); }
td.TdClassName
{
border-color: #C9A23F;
}
.TagClassName
{
border-color: #C9A23F;
}
</style>