Shades of Sundance #CCB051
Tints of Sundance #CCB051
RGB
CMYK
RGB Variations
Color information
#CCB051 (or 0xCCB051) is known color: Sundance. HEX triplet: CC, B0 and 51. RGB value is (204,176,81). Sum of RGB (Red+Green+Blue) = 204+176+81=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB051 is #334FAE. Grayscale: #ADADAD. Windows color (decimal): -3362735 or 5353676. OLE color: 5353676.
HSL color Cylindrical-coordinate representation of color #CCB051: hue angle of 46.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCB051 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 81 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.2 |
| HSL | 46.34º | 0.55% | 0.56% | - |
| HSV(B) | 46.34º | 0.6% | 0.8% | - |
| XYZ | 41.91 | 44.48 | 14.16 | - |
| YUV | 173.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 81 | 0 | 0.14 | 0.60 | 0.2 | 46.34 | 0.55 | 0.56 |
| Hex | CC | B0 | 51 | 0 | E | 3C | 14 | 2E | 37 | 38 |
| Octal | 314 | 260 | 121 | 0 | 16 | 74 | 24 | 56 | 67 | 70 |
| Binary | 11001100 | 10110000 | 1010001 | 0 | 1110 | 111100 | 10100 | 101110 | 110111 | 111000 |
Color Harmonies of #CCB051
Complementary color
Monochromatic Colors of #CCB051
Black with #CCB051
Text Example
Text Example
White with #CCB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB051; }
p { color: rgb(204,176,81); }
H1.HeaderClassName
{
color: #CCB051;
}
.AnyTagClassName
{
color: #CCB051;
}
</style>
background-color css
<style>
a { background-color: #CCB051; }
a { background-color: rgb(204,176,81); }
div.DivClassName
{
background-color: #CCB051;
}
.BgClassName
{
background-color: #CCB051;
}
</style>
border-color css
<style>
span { border-color: #CCB051; }
span { border-color: rgb(204,176,81); }
td.TdClassName
{
border-color: #CCB051;
}
.TagClassName
{
border-color: #CCB051;
}
</style>