Shades of Sundance #CCA953
Tints of Sundance #CCA953
RGB
CMYK
RGB Variations
Color information
#CCA953 (or 0xCCA953) is known color: Sundance. HEX triplet: CC, A9 and 53. RGB value is (204,169,83). Sum of RGB (Red+Green+Blue) = 204+169+83=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA953 is #3356AC. Grayscale: #AAAAAA. Windows color (decimal): -3364525 or 5482956. OLE color: 5482956.
HSL color Cylindrical-coordinate representation of color #CCA953: hue angle of 42.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCA953 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 83 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.2 |
| HSL | 42.64º | 0.54% | 0.56% | - |
| HSV(B) | 42.64º | 0.59% | 0.8% | - |
| XYZ | 40.65 | 41.84 | 14.12 | - |
| YUV | 169.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 83 | 0 | 0.17 | 0.59 | 0.2 | 42.64 | 0.54 | 0.56 |
| Hex | CC | A9 | 53 | 0 | 11 | 3B | 14 | 2B | 36 | 38 |
| Octal | 314 | 251 | 123 | 0 | 21 | 73 | 24 | 53 | 66 | 70 |
| Binary | 11001100 | 10101001 | 1010011 | 0 | 10001 | 111011 | 10100 | 101011 | 110110 | 111000 |
Color Harmonies of #CCA953
Complementary color
Monochromatic Colors of #CCA953
Black with #CCA953
Text Example
Text Example
White with #CCA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA953; }
p { color: rgb(204,169,83); }
H1.HeaderClassName
{
color: #CCA953;
}
.AnyTagClassName
{
color: #CCA953;
}
</style>
background-color css
<style>
a { background-color: #CCA953; }
a { background-color: rgb(204,169,83); }
div.DivClassName
{
background-color: #CCA953;
}
.BgClassName
{
background-color: #CCA953;
}
</style>
border-color css
<style>
span { border-color: #CCA953; }
span { border-color: rgb(204,169,83); }
td.TdClassName
{
border-color: #CCA953;
}
.TagClassName
{
border-color: #CCA953;
}
</style>