Shades of Sundance #C9B14C
Tints of Sundance #C9B14C
RGB
CMYK
RGB Variations
Color information
#C9B14C (or 0xC9B14C) is known color: Sundance. HEX triplet: C9, B1 and 4C. RGB value is (201,177,76). Sum of RGB (Red+Green+Blue) = 201+177+76=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B14C is #364EB3. Grayscale: #ADADAD. Windows color (decimal): -3559092 or 5026249. OLE color: 5026249.
HSL color Cylindrical-coordinate representation of color #C9B14C: hue angle of 48.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9B14C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 76 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.21 |
| HSL | 48.48º | 0.54% | 0.54% | - |
| HSV(B) | 48.48º | 0.62% | 0.79% | - |
| XYZ | 41.11 | 44.38 | 13.24 | - |
| YUV | 172.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 76 | 0 | 0.12 | 0.62 | 0.21 | 48.48 | 0.54 | 0.54 |
| Hex | C9 | B1 | 4C | 0 | C | 3E | 15 | 30 | 36 | 36 |
| Octal | 311 | 261 | 114 | 0 | 14 | 76 | 25 | 60 | 66 | 66 |
| Binary | 11001001 | 10110001 | 1001100 | 0 | 1100 | 111110 | 10101 | 110000 | 110110 | 110110 |
Color Harmonies of #C9B14C
Complementary color
Monochromatic Colors of #C9B14C
Black with #C9B14C
Text Example
Text Example
White with #C9B14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B14C; }
p { color: rgb(201,177,76); }
H1.HeaderClassName
{
color: #C9B14C;
}
.AnyTagClassName
{
color: #C9B14C;
}
</style>
background-color css
<style>
a { background-color: #C9B14C; }
a { background-color: rgb(201,177,76); }
div.DivClassName
{
background-color: #C9B14C;
}
.BgClassName
{
background-color: #C9B14C;
}
</style>
border-color css
<style>
span { border-color: #C9B14C; }
span { border-color: rgb(201,177,76); }
td.TdClassName
{
border-color: #C9B14C;
}
.TagClassName
{
border-color: #C9B14C;
}
</style>