Shades of Sundance #CCB047
Tints of Sundance #CCB047
RGB
CMYK
RGB Variations
Color information
#CCB047 (or 0xCCB047) is known color: Sundance. HEX triplet: CC, B0 and 47. RGB value is (204,176,71). Sum of RGB (Red+Green+Blue) = 204+176+71=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB047 is #334FB8. Grayscale: #ACACAC. Windows color (decimal): -3362745 or 4698316. OLE color: 4698316.
HSL color Cylindrical-coordinate representation of color #CCB047: hue angle of 47.37º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCB047 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 71 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.2 |
| HSL | 47.37º | 0.57% | 0.54% | - |
| HSV(B) | 47.37º | 0.65% | 0.8% | - |
| XYZ | 41.56 | 44.34 | 12.33 | - |
| YUV | 172.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 71 | 0 | 0.14 | 0.65 | 0.2 | 47.37 | 0.57 | 0.54 |
| Hex | CC | B0 | 47 | 0 | E | 41 | 14 | 2F | 39 | 36 |
| Octal | 314 | 260 | 107 | 0 | 16 | 101 | 24 | 57 | 71 | 66 |
| Binary | 11001100 | 10110000 | 1000111 | 0 | 1110 | 1000001 | 10100 | 101111 | 111001 | 110110 |
Color Harmonies of #CCB047
Complementary color
Monochromatic Colors of #CCB047
Black with #CCB047
Text Example
Text Example
White with #CCB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB047; }
p { color: rgb(204,176,71); }
H1.HeaderClassName
{
color: #CCB047;
}
.AnyTagClassName
{
color: #CCB047;
}
</style>
background-color css
<style>
a { background-color: #CCB047; }
a { background-color: rgb(204,176,71); }
div.DivClassName
{
background-color: #CCB047;
}
.BgClassName
{
background-color: #CCB047;
}
</style>
border-color css
<style>
span { border-color: #CCB047; }
span { border-color: rgb(204,176,71); }
td.TdClassName
{
border-color: #CCB047;
}
.TagClassName
{
border-color: #CCB047;
}
</style>