Shades of Sundance #C9BB50
Tints of Sundance #C9BB50
RGB
CMYK
RGB Variations
Color information
#C9BB50 (or 0xC9BB50) is known color: Sundance. HEX triplet: C9, BB and 50. RGB value is (201,187,80). Sum of RGB (Red+Green+Blue) = 201+187+80=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB50 is #3644AF. Grayscale: #B3B3B3. Windows color (decimal): -3556528 or 5290953. OLE color: 5290953.
HSL color Cylindrical-coordinate representation of color #C9BB50: hue angle of 53.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9BB50 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 80 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.21 |
| HSL | 53.06º | 0.53% | 0.55% | - |
| HSV(B) | 53.06º | 0.6% | 0.79% | - |
| XYZ | 43.31 | 48.54 | 14.68 | - |
| YUV | 178.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 80 | 0 | 0.07 | 0.60 | 0.21 | 53.06 | 0.53 | 0.55 |
| Hex | C9 | BB | 50 | 0 | 7 | 3C | 15 | 35 | 35 | 37 |
| Octal | 311 | 273 | 120 | 0 | 7 | 74 | 25 | 65 | 65 | 67 |
| Binary | 11001001 | 10111011 | 1010000 | 0 | 111 | 111100 | 10101 | 110101 | 110101 | 110111 |
Color Harmonies of #C9BB50
Complementary color
Monochromatic Colors of #C9BB50
Black with #C9BB50
Text Example
Text Example
White with #C9BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB50; }
p { color: rgb(201,187,80); }
H1.HeaderClassName
{
color: #C9BB50;
}
.AnyTagClassName
{
color: #C9BB50;
}
</style>
background-color css
<style>
a { background-color: #C9BB50; }
a { background-color: rgb(201,187,80); }
div.DivClassName
{
background-color: #C9BB50;
}
.BgClassName
{
background-color: #C9BB50;
}
</style>
border-color css
<style>
span { border-color: #C9BB50; }
span { border-color: rgb(201,187,80); }
td.TdClassName
{
border-color: #C9BB50;
}
.TagClassName
{
border-color: #C9BB50;
}
</style>