Shades of Sundance #C9BB4E
Tints of Sundance #C9BB4E
RGB
CMYK
RGB Variations
Color information
#C9BB4E (or 0xC9BB4E) is known color: Sundance. HEX triplet: C9, BB and 4E. RGB value is (201,187,78). Sum of RGB (Red+Green+Blue) = 201+187+78=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB4E is #3644B1. Grayscale: #B3B3B3. Windows color (decimal): -3556530 or 5159881. OLE color: 5159881.
HSL color Cylindrical-coordinate representation of color #C9BB4E: hue angle of 53.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9BB4E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 78 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.21 |
| HSL | 53.17º | 0.53% | 0.55% | - |
| HSV(B) | 53.17º | 0.61% | 0.79% | - |
| XYZ | 43.23 | 48.51 | 14.29 | - |
| YUV | 178.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 78 | 0 | 0.07 | 0.61 | 0.21 | 53.17 | 0.53 | 0.55 |
| Hex | C9 | BB | 4E | 0 | 7 | 3D | 15 | 35 | 35 | 37 |
| Octal | 311 | 273 | 116 | 0 | 7 | 75 | 25 | 65 | 65 | 67 |
| Binary | 11001001 | 10111011 | 1001110 | 0 | 111 | 111101 | 10101 | 110101 | 110101 | 110111 |
Color Harmonies of #C9BB4E
Complementary color
Monochromatic Colors of #C9BB4E
Black with #C9BB4E
Text Example
Text Example
White with #C9BB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB4E; }
p { color: rgb(201,187,78); }
H1.HeaderClassName
{
color: #C9BB4E;
}
.AnyTagClassName
{
color: #C9BB4E;
}
</style>
background-color css
<style>
a { background-color: #C9BB4E; }
a { background-color: rgb(201,187,78); }
div.DivClassName
{
background-color: #C9BB4E;
}
.BgClassName
{
background-color: #C9BB4E;
}
</style>
border-color css
<style>
span { border-color: #C9BB4E; }
span { border-color: rgb(201,187,78); }
td.TdClassName
{
border-color: #C9BB4E;
}
.TagClassName
{
border-color: #C9BB4E;
}
</style>