Shades of Sundance #CCAC4A
Tints of Sundance #CCAC4A
RGB
CMYK
RGB Variations
Color information
#CCAC4A (or 0xCCAC4A) is known color: Sundance. HEX triplet: CC, AC and 4A. RGB value is (204,172,74). Sum of RGB (Red+Green+Blue) = 204+172+74=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC4A is #3353B5. Grayscale: #AAAAAA. Windows color (decimal): -3363766 or 4893900. OLE color: 4893900.
HSL color Cylindrical-coordinate representation of color #CCAC4A: hue angle of 45.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCAC4A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 74 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.2 |
| HSL | 45.23º | 0.56% | 0.55% | - |
| HSV(B) | 45.23º | 0.64% | 0.8% | - |
| XYZ | 40.89 | 42.84 | 12.59 | - |
| YUV | 170.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 74 | 0 | 0.16 | 0.64 | 0.2 | 45.23 | 0.56 | 0.55 |
| Hex | CC | AC | 4A | 0 | 10 | 40 | 14 | 2D | 38 | 37 |
| Octal | 314 | 254 | 112 | 0 | 20 | 100 | 24 | 55 | 70 | 67 |
| Binary | 11001100 | 10101100 | 1001010 | 0 | 10000 | 1000000 | 10100 | 101101 | 111000 | 110111 |
Color Harmonies of #CCAC4A
Complementary color
Monochromatic Colors of #CCAC4A
Black with #CCAC4A
Text Example
Text Example
White with #CCAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC4A; }
p { color: rgb(204,172,74); }
H1.HeaderClassName
{
color: #CCAC4A;
}
.AnyTagClassName
{
color: #CCAC4A;
}
</style>
background-color css
<style>
a { background-color: #CCAC4A; }
a { background-color: rgb(204,172,74); }
div.DivClassName
{
background-color: #CCAC4A;
}
.BgClassName
{
background-color: #CCAC4A;
}
</style>
border-color css
<style>
span { border-color: #CCAC4A; }
span { border-color: rgb(204,172,74); }
td.TdClassName
{
border-color: #CCAC4A;
}
.TagClassName
{
border-color: #CCAC4A;
}
</style>