Shades of Sundance #C9B34A
Tints of Sundance #C9B34A
RGB
CMYK
RGB Variations
Color information
#C9B34A (or 0xC9B34A) is known color: Sundance. HEX triplet: C9, B3 and 4A. RGB value is (201,179,74). Sum of RGB (Red+Green+Blue) = 201+179+74=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B34A is #364CB5. Grayscale: #AEAEAE. Windows color (decimal): -3558582 or 4895689. OLE color: 4895689.
HSL color Cylindrical-coordinate representation of color #C9B34A: hue angle of 49.61º 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 #C9B34A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 74 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.21 |
| HSL | 49.61º | 0.54% | 0.54% | - |
| HSV(B) | 49.61º | 0.63% | 0.79% | - |
| XYZ | 41.44 | 45.15 | 13.01 | - |
| YUV | 173.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 74 | 0 | 0.11 | 0.63 | 0.21 | 49.61 | 0.54 | 0.54 |
| Hex | C9 | B3 | 4A | 0 | B | 3F | 15 | 32 | 36 | 36 |
| Octal | 311 | 263 | 112 | 0 | 13 | 77 | 25 | 62 | 66 | 66 |
| Binary | 11001001 | 10110011 | 1001010 | 0 | 1011 | 111111 | 10101 | 110010 | 110110 | 110110 |
Color Harmonies of #C9B34A
Complementary color
Monochromatic Colors of #C9B34A
Black with #C9B34A
Text Example
Text Example
White with #C9B34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B34A; }
p { color: rgb(201,179,74); }
H1.HeaderClassName
{
color: #C9B34A;
}
.AnyTagClassName
{
color: #C9B34A;
}
</style>
background-color css
<style>
a { background-color: #C9B34A; }
a { background-color: rgb(201,179,74); }
div.DivClassName
{
background-color: #C9B34A;
}
.BgClassName
{
background-color: #C9B34A;
}
</style>
border-color css
<style>
span { border-color: #C9B34A; }
span { border-color: rgb(201,179,74); }
td.TdClassName
{
border-color: #C9B34A;
}
.TagClassName
{
border-color: #C9B34A;
}
</style>