Shades of Sundance #CCB651
Tints of Sundance #CCB651
RGB
CMYK
RGB Variations
Color information
#CCB651 (or 0xCCB651) is known color: Sundance. HEX triplet: CC, B6 and 51. RGB value is (204,182,81). Sum of RGB (Red+Green+Blue) = 204+182+81=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB651 is #3349AE. Grayscale: #B1B1B1. Windows color (decimal): -3361199 or 5355212. OLE color: 5355212.
HSL color Cylindrical-coordinate representation of color #CCB651: hue angle of 49.27º 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 #CCB651 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 81 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.2 |
| HSL | 49.27º | 0.55% | 0.56% | - |
| HSV(B) | 49.27º | 0.6% | 0.8% | - |
| XYZ | 43.11 | 46.89 | 14.56 | - |
| YUV | 177.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 81 | 0 | 0.11 | 0.60 | 0.2 | 49.27 | 0.55 | 0.56 |
| Hex | CC | B6 | 51 | 0 | B | 3C | 14 | 31 | 37 | 38 |
| Octal | 314 | 266 | 121 | 0 | 13 | 74 | 24 | 61 | 67 | 70 |
| Binary | 11001100 | 10110110 | 1010001 | 0 | 1011 | 111100 | 10100 | 110001 | 110111 | 111000 |
Color Harmonies of #CCB651
Complementary color
Monochromatic Colors of #CCB651
Black with #CCB651
Text Example
Text Example
White with #CCB651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB651; }
p { color: rgb(204,182,81); }
H1.HeaderClassName
{
color: #CCB651;
}
.AnyTagClassName
{
color: #CCB651;
}
</style>
background-color css
<style>
a { background-color: #CCB651; }
a { background-color: rgb(204,182,81); }
div.DivClassName
{
background-color: #CCB651;
}
.BgClassName
{
background-color: #CCB651;
}
</style>
border-color css
<style>
span { border-color: #CCB651; }
span { border-color: rgb(204,182,81); }
td.TdClassName
{
border-color: #CCB651;
}
.TagClassName
{
border-color: #CCB651;
}
</style>