Shades of Sundance #CCA94D
Tints of Sundance #CCA94D
RGB
CMYK
RGB Variations
Color information
#CCA94D (or 0xCCA94D) is known color: Sundance. HEX triplet: CC, A9 and 4D. RGB value is (204,169,77). Sum of RGB (Red+Green+Blue) = 204+169+77=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA94D is #3356B2. Grayscale: #A9A9A9. Windows color (decimal): -3364531 or 5089740. OLE color: 5089740.
HSL color Cylindrical-coordinate representation of color #CCA94D: hue angle of 43.46º 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 #CCA94D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 77 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.2 |
| HSL | 43.46º | 0.55% | 0.55% | - |
| HSV(B) | 43.46º | 0.62% | 0.8% | - |
| XYZ | 40.43 | 41.75 | 12.95 | - |
| YUV | 168.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 77 | 0 | 0.17 | 0.62 | 0.2 | 43.46 | 0.55 | 0.55 |
| Hex | CC | A9 | 4D | 0 | 11 | 3E | 14 | 2B | 37 | 37 |
| Octal | 314 | 251 | 115 | 0 | 21 | 76 | 24 | 53 | 67 | 67 |
| Binary | 11001100 | 10101001 | 1001101 | 0 | 10001 | 111110 | 10100 | 101011 | 110111 | 110111 |
Color Harmonies of #CCA94D
Complementary color
Monochromatic Colors of #CCA94D
Black with #CCA94D
Text Example
Text Example
White with #CCA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA94D; }
p { color: rgb(204,169,77); }
H1.HeaderClassName
{
color: #CCA94D;
}
.AnyTagClassName
{
color: #CCA94D;
}
</style>
background-color css
<style>
a { background-color: #CCA94D; }
a { background-color: rgb(204,169,77); }
div.DivClassName
{
background-color: #CCA94D;
}
.BgClassName
{
background-color: #CCA94D;
}
</style>
border-color css
<style>
span { border-color: #CCA94D; }
span { border-color: rgb(204,169,77); }
td.TdClassName
{
border-color: #CCA94D;
}
.TagClassName
{
border-color: #CCA94D;
}
</style>