Shades of Sundance #C9B751
Tints of Sundance #C9B751
RGB
CMYK
RGB Variations
Color information
#C9B751 (or 0xC9B751) is known color: Sundance. HEX triplet: C9, B7 and 51. RGB value is (201,183,81). Sum of RGB (Red+Green+Blue) = 201+183+81=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B751 is #3648AE. Grayscale: #B1B1B1. Windows color (decimal): -3557551 or 5355465. OLE color: 5355465.
HSL color Cylindrical-coordinate representation of color #C9B751: hue angle of 51º 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 #C9B751 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 81 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.21 |
| HSL | 51º | 0.53% | 0.55% | - |
| HSV(B) | 51º | 0.6% | 0.79% | - |
| XYZ | 42.51 | 46.88 | 14.59 | - |
| YUV | 176.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 81 | 0 | 0.09 | 0.60 | 0.21 | 51 | 0.53 | 0.55 |
| Hex | C9 | B7 | 51 | 0 | 9 | 3C | 15 | 33 | 35 | 37 |
| Octal | 311 | 267 | 121 | 0 | 11 | 74 | 25 | 63 | 65 | 67 |
| Binary | 11001001 | 10110111 | 1010001 | 0 | 1001 | 111100 | 10101 | 110011 | 110101 | 110111 |
Color Harmonies of #C9B751
Complementary color
Monochromatic Colors of #C9B751
Black with #C9B751
Text Example
Text Example
White with #C9B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B751; }
p { color: rgb(201,183,81); }
H1.HeaderClassName
{
color: #C9B751;
}
.AnyTagClassName
{
color: #C9B751;
}
</style>
background-color css
<style>
a { background-color: #C9B751; }
a { background-color: rgb(201,183,81); }
div.DivClassName
{
background-color: #C9B751;
}
.BgClassName
{
background-color: #C9B751;
}
</style>
border-color css
<style>
span { border-color: #C9B751; }
span { border-color: rgb(201,183,81); }
td.TdClassName
{
border-color: #C9B751;
}
.TagClassName
{
border-color: #C9B751;
}
</style>