Shades of Sundance #C9B14D
Tints of Sundance #C9B14D
RGB
CMYK
RGB Variations
Color information
#C9B14D (or 0xC9B14D) is known color: Sundance. HEX triplet: C9, B1 and 4D. RGB value is (201,177,77). Sum of RGB (Red+Green+Blue) = 201+177+77=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B14D is #364EB2. Grayscale: #ADADAD. Windows color (decimal): -3559091 or 5091785. OLE color: 5091785.
HSL color Cylindrical-coordinate representation of color #C9B14D: hue angle of 48.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9B14D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 77 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.21 |
| HSL | 48.39º | 0.53% | 0.55% | - |
| HSV(B) | 48.39º | 0.62% | 0.79% | - |
| XYZ | 41.15 | 44.4 | 13.42 | - |
| YUV | 172.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 77 | 0 | 0.12 | 0.62 | 0.21 | 48.39 | 0.53 | 0.55 |
| Hex | C9 | B1 | 4D | 0 | C | 3E | 15 | 30 | 35 | 37 |
| Octal | 311 | 261 | 115 | 0 | 14 | 76 | 25 | 60 | 65 | 67 |
| Binary | 11001001 | 10110001 | 1001101 | 0 | 1100 | 111110 | 10101 | 110000 | 110101 | 110111 |
Color Harmonies of #C9B14D
Complementary color
Monochromatic Colors of #C9B14D
Black with #C9B14D
Text Example
Text Example
White with #C9B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B14D; }
p { color: rgb(201,177,77); }
H1.HeaderClassName
{
color: #C9B14D;
}
.AnyTagClassName
{
color: #C9B14D;
}
</style>
background-color css
<style>
a { background-color: #C9B14D; }
a { background-color: rgb(201,177,77); }
div.DivClassName
{
background-color: #C9B14D;
}
.BgClassName
{
background-color: #C9B14D;
}
</style>
border-color css
<style>
span { border-color: #C9B14D; }
span { border-color: rgb(201,177,77); }
td.TdClassName
{
border-color: #C9B14D;
}
.TagClassName
{
border-color: #C9B14D;
}
</style>