Shades of Sundance #CCAC4E
Tints of Sundance #CCAC4E
RGB
CMYK
RGB Variations
Color information
#CCAC4E (or 0xCCAC4E) is known color: Sundance. HEX triplet: CC, AC and 4E. RGB value is (204,172,78). Sum of RGB (Red+Green+Blue) = 204+172+78=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC4E is #3353B1. Grayscale: #ABABAB. Windows color (decimal): -3363762 or 5156044. OLE color: 5156044.
HSL color Cylindrical-coordinate representation of color #CCAC4E: hue angle of 44.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCAC4E is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 78 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.2 |
| HSL | 44.76º | 0.55% | 0.55% | - |
| HSV(B) | 44.76º | 0.62% | 0.8% | - |
| XYZ | 41.03 | 42.89 | 13.32 | - |
| YUV | 170.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 78 | 0 | 0.16 | 0.62 | 0.2 | 44.76 | 0.55 | 0.55 |
| Hex | CC | AC | 4E | 0 | 10 | 3E | 14 | 2D | 37 | 37 |
| Octal | 314 | 254 | 116 | 0 | 20 | 76 | 24 | 55 | 67 | 67 |
| Binary | 11001100 | 10101100 | 1001110 | 0 | 10000 | 111110 | 10100 | 101101 | 110111 | 110111 |
Color Harmonies of #CCAC4E
Complementary color
Monochromatic Colors of #CCAC4E
Black with #CCAC4E
Text Example
Text Example
White with #CCAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC4E; }
p { color: rgb(204,172,78); }
H1.HeaderClassName
{
color: #CCAC4E;
}
.AnyTagClassName
{
color: #CCAC4E;
}
</style>
background-color css
<style>
a { background-color: #CCAC4E; }
a { background-color: rgb(204,172,78); }
div.DivClassName
{
background-color: #CCAC4E;
}
.BgClassName
{
background-color: #CCAC4E;
}
</style>
border-color css
<style>
span { border-color: #CCAC4E; }
span { border-color: rgb(204,172,78); }
td.TdClassName
{
border-color: #CCAC4E;
}
.TagClassName
{
border-color: #CCAC4E;
}
</style>