Shades of Sundance #CCA947
Tints of Sundance #CCA947
RGB
CMYK
RGB Variations
Color information
#CCA947 (or 0xCCA947) is known color: Sundance. HEX triplet: CC, A9 and 47. RGB value is (204,169,71). Sum of RGB (Red+Green+Blue) = 204+169+71=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA947 is #3356B8. Grayscale: #A8A8A8. Windows color (decimal): -3364537 or 4696524. OLE color: 4696524.
HSL color Cylindrical-coordinate representation of color #CCA947: hue angle of 44.21º 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 #CCA947 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 71 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.2 |
| HSL | 44.21º | 0.57% | 0.54% | - |
| HSV(B) | 44.21º | 0.65% | 0.8% | - |
| XYZ | 40.23 | 41.67 | 11.88 | - |
| YUV | 168.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 71 | 0 | 0.17 | 0.65 | 0.2 | 44.21 | 0.57 | 0.54 |
| Hex | CC | A9 | 47 | 0 | 11 | 41 | 14 | 2C | 39 | 36 |
| Octal | 314 | 251 | 107 | 0 | 21 | 101 | 24 | 54 | 71 | 66 |
| Binary | 11001100 | 10101001 | 1000111 | 0 | 10001 | 1000001 | 10100 | 101100 | 111001 | 110110 |
Color Harmonies of #CCA947
Complementary color
Monochromatic Colors of #CCA947
Black with #CCA947
Text Example
Text Example
White with #CCA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA947; }
p { color: rgb(204,169,71); }
H1.HeaderClassName
{
color: #CCA947;
}
.AnyTagClassName
{
color: #CCA947;
}
</style>
background-color css
<style>
a { background-color: #CCA947; }
a { background-color: rgb(204,169,71); }
div.DivClassName
{
background-color: #CCA947;
}
.BgClassName
{
background-color: #CCA947;
}
</style>
border-color css
<style>
span { border-color: #CCA947; }
span { border-color: rgb(204,169,71); }
td.TdClassName
{
border-color: #CCA947;
}
.TagClassName
{
border-color: #CCA947;
}
</style>