Shades of Sundance #CCAC49
Tints of Sundance #CCAC49
RGB
CMYK
RGB Variations
Color information
#CCAC49 (or 0xCCAC49) is known color: Sundance. HEX triplet: CC, AC and 49. RGB value is (204,172,73). Sum of RGB (Red+Green+Blue) = 204+172+73=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC49 is #3353B6. Grayscale: #AAAAAA. Windows color (decimal): -3363767 or 4828364. OLE color: 4828364.
HSL color Cylindrical-coordinate representation of color #CCAC49: hue angle of 45.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCAC49 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 73 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.2 |
| HSL | 45.34º | 0.56% | 0.54% | - |
| HSV(B) | 45.34º | 0.64% | 0.8% | - |
| XYZ | 40.86 | 42.82 | 12.42 | - |
| YUV | 170.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 73 | 0 | 0.16 | 0.64 | 0.2 | 45.34 | 0.56 | 0.54 |
| Hex | CC | AC | 49 | 0 | 10 | 40 | 14 | 2D | 38 | 36 |
| Octal | 314 | 254 | 111 | 0 | 20 | 100 | 24 | 55 | 70 | 66 |
| Binary | 11001100 | 10101100 | 1001001 | 0 | 10000 | 1000000 | 10100 | 101101 | 111000 | 110110 |
Color Harmonies of #CCAC49
Complementary color
Monochromatic Colors of #CCAC49
Black with #CCAC49
Text Example
Text Example
White with #CCAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC49; }
p { color: rgb(204,172,73); }
H1.HeaderClassName
{
color: #CCAC49;
}
.AnyTagClassName
{
color: #CCAC49;
}
</style>
background-color css
<style>
a { background-color: #CCAC49; }
a { background-color: rgb(204,172,73); }
div.DivClassName
{
background-color: #CCAC49;
}
.BgClassName
{
background-color: #CCAC49;
}
</style>
border-color css
<style>
span { border-color: #CCAC49; }
span { border-color: rgb(204,172,73); }
td.TdClassName
{
border-color: #CCAC49;
}
.TagClassName
{
border-color: #CCAC49;
}
</style>