Shades of Sundance #CCAC4D
Tints of Sundance #CCAC4D
RGB
CMYK
RGB Variations
Color information
#CCAC4D (or 0xCCAC4D) is known color: Sundance. HEX triplet: CC, AC and 4D. RGB value is (204,172,77). Sum of RGB (Red+Green+Blue) = 204+172+77=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC4D is #3353B2. Grayscale: #ABABAB. Windows color (decimal): -3363763 or 5090508. OLE color: 5090508.
HSL color Cylindrical-coordinate representation of color #CCAC4D: hue angle of 44.88º 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 #CCAC4D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 77 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.2 |
| HSL | 44.88º | 0.55% | 0.55% | - |
| HSV(B) | 44.88º | 0.62% | 0.8% | - |
| XYZ | 40.99 | 42.88 | 13.14 | - |
| YUV | 170.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 77 | 0 | 0.16 | 0.62 | 0.2 | 44.88 | 0.55 | 0.55 |
| Hex | CC | AC | 4D | 0 | 10 | 3E | 14 | 2D | 37 | 37 |
| Octal | 314 | 254 | 115 | 0 | 20 | 76 | 24 | 55 | 67 | 67 |
| Binary | 11001100 | 10101100 | 1001101 | 0 | 10000 | 111110 | 10100 | 101101 | 110111 | 110111 |
Color Harmonies of #CCAC4D
Complementary color
Monochromatic Colors of #CCAC4D
Black with #CCAC4D
Text Example
Text Example
White with #CCAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC4D; }
p { color: rgb(204,172,77); }
H1.HeaderClassName
{
color: #CCAC4D;
}
.AnyTagClassName
{
color: #CCAC4D;
}
</style>
background-color css
<style>
a { background-color: #CCAC4D; }
a { background-color: rgb(204,172,77); }
div.DivClassName
{
background-color: #CCAC4D;
}
.BgClassName
{
background-color: #CCAC4D;
}
</style>
border-color css
<style>
span { border-color: #CCAC4D; }
span { border-color: rgb(204,172,77); }
td.TdClassName
{
border-color: #CCAC4D;
}
.TagClassName
{
border-color: #CCAC4D;
}
</style>