Shades of Sundance #C9BB4D
Tints of Sundance #C9BB4D
RGB
CMYK
RGB Variations
Color information
#C9BB4D (or 0xC9BB4D) is known color: Sundance. HEX triplet: C9, BB and 4D. RGB value is (201,187,77). Sum of RGB (Red+Green+Blue) = 201+187+77=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB4D is #3644B2. Grayscale: #B3B3B3. Windows color (decimal): -3556531 or 5094345. OLE color: 5094345.
HSL color Cylindrical-coordinate representation of color #C9BB4D: hue angle of 53.23º 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 #C9BB4D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 77 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.21 |
| HSL | 53.23º | 0.53% | 0.55% | - |
| HSV(B) | 53.23º | 0.62% | 0.79% | - |
| XYZ | 43.2 | 48.49 | 14.1 | - |
| YUV | 178.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 77 | 0 | 0.07 | 0.62 | 0.21 | 53.23 | 0.53 | 0.55 |
| Hex | C9 | BB | 4D | 0 | 7 | 3E | 15 | 35 | 35 | 37 |
| Octal | 311 | 273 | 115 | 0 | 7 | 76 | 25 | 65 | 65 | 67 |
| Binary | 11001001 | 10111011 | 1001101 | 0 | 111 | 111110 | 10101 | 110101 | 110101 | 110111 |
Color Harmonies of #C9BB4D
Complementary color
Monochromatic Colors of #C9BB4D
Black with #C9BB4D
Text Example
Text Example
White with #C9BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB4D; }
p { color: rgb(201,187,77); }
H1.HeaderClassName
{
color: #C9BB4D;
}
.AnyTagClassName
{
color: #C9BB4D;
}
</style>
background-color css
<style>
a { background-color: #C9BB4D; }
a { background-color: rgb(201,187,77); }
div.DivClassName
{
background-color: #C9BB4D;
}
.BgClassName
{
background-color: #C9BB4D;
}
</style>
border-color css
<style>
span { border-color: #C9BB4D; }
span { border-color: rgb(201,187,77); }
td.TdClassName
{
border-color: #C9BB4D;
}
.TagClassName
{
border-color: #C9BB4D;
}
</style>