Shades of Sundance #C9B24A
Tints of Sundance #C9B24A
RGB
CMYK
RGB Variations
Color information
#C9B24A (or 0xC9B24A) is known color: Sundance. HEX triplet: C9, B2 and 4A. RGB value is (201,178,74). Sum of RGB (Red+Green+Blue) = 201+178+74=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B24A is #364DB5. Grayscale: #ADADAD. Windows color (decimal): -3558838 or 4895433. OLE color: 4895433.
HSL color Cylindrical-coordinate representation of color #C9B24A: hue angle of 49.13º 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 #C9B24A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 74 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.21 |
| HSL | 49.13º | 0.54% | 0.54% | - |
| HSV(B) | 49.13º | 0.63% | 0.79% | - |
| XYZ | 41.24 | 44.75 | 12.94 | - |
| YUV | 173.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 74 | 0 | 0.11 | 0.63 | 0.21 | 49.13 | 0.54 | 0.54 |
| Hex | C9 | B2 | 4A | 0 | B | 3F | 15 | 31 | 36 | 36 |
| Octal | 311 | 262 | 112 | 0 | 13 | 77 | 25 | 61 | 66 | 66 |
| Binary | 11001001 | 10110010 | 1001010 | 0 | 1011 | 111111 | 10101 | 110001 | 110110 | 110110 |
Color Harmonies of #C9B24A
Complementary color
Monochromatic Colors of #C9B24A
Black with #C9B24A
Text Example
Text Example
White with #C9B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B24A; }
p { color: rgb(201,178,74); }
H1.HeaderClassName
{
color: #C9B24A;
}
.AnyTagClassName
{
color: #C9B24A;
}
</style>
background-color css
<style>
a { background-color: #C9B24A; }
a { background-color: rgb(201,178,74); }
div.DivClassName
{
background-color: #C9B24A;
}
.BgClassName
{
background-color: #C9B24A;
}
</style>
border-color css
<style>
span { border-color: #C9B24A; }
span { border-color: rgb(201,178,74); }
td.TdClassName
{
border-color: #C9B24A;
}
.TagClassName
{
border-color: #C9B24A;
}
</style>