Shades of Sundance #CCAC4C
Tints of Sundance #CCAC4C
RGB
CMYK
RGB Variations
Color information
#CCAC4C (or 0xCCAC4C) is known color: Sundance. HEX triplet: CC, AC and 4C. RGB value is (204,172,76). Sum of RGB (Red+Green+Blue) = 204+172+76=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC4C is #3353B3. Grayscale: #ABABAB. Windows color (decimal): -3363764 or 5024972. OLE color: 5024972.
HSL color Cylindrical-coordinate representation of color #CCAC4C: hue angle of 45º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCAC4C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 76 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.2 |
| HSL | 45º | 0.56% | 0.55% | - |
| HSV(B) | 45º | 0.63% | 0.8% | - |
| XYZ | 40.96 | 42.86 | 12.95 | - |
| YUV | 170.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 76 | 0 | 0.16 | 0.63 | 0.2 | 45 | 0.56 | 0.55 |
| Hex | CC | AC | 4C | 0 | 10 | 3F | 14 | 2D | 38 | 37 |
| Octal | 314 | 254 | 114 | 0 | 20 | 77 | 24 | 55 | 70 | 67 |
| Binary | 11001100 | 10101100 | 1001100 | 0 | 10000 | 111111 | 10100 | 101101 | 111000 | 110111 |
Color Harmonies of #CCAC4C
Complementary color
Monochromatic Colors of #CCAC4C
Black with #CCAC4C
Text Example
Text Example
White with #CCAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC4C; }
p { color: rgb(204,172,76); }
H1.HeaderClassName
{
color: #CCAC4C;
}
.AnyTagClassName
{
color: #CCAC4C;
}
</style>
background-color css
<style>
a { background-color: #CCAC4C; }
a { background-color: rgb(204,172,76); }
div.DivClassName
{
background-color: #CCAC4C;
}
.BgClassName
{
background-color: #CCAC4C;
}
</style>
border-color css
<style>
span { border-color: #CCAC4C; }
span { border-color: rgb(204,172,76); }
td.TdClassName
{
border-color: #CCAC4C;
}
.TagClassName
{
border-color: #CCAC4C;
}
</style>