Shades of Sundance #CCA345
Tints of Sundance #CCA345
RGB
CMYK
RGB Variations
Color information
#CCA345 (or 0xCCA345) is known color: Sundance. HEX triplet: CC, A3 and 45. RGB value is (204,163,69). Sum of RGB (Red+Green+Blue) = 204+163+69=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA345 is #335CBA. Grayscale: #A4A4A4. Windows color (decimal): -3366075 or 4563916. OLE color: 4563916.
HSL color Cylindrical-coordinate representation of color #CCA345: hue angle of 41.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCA345 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 69 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.2 |
| HSL | 41.78º | 0.57% | 0.54% | - |
| HSV(B) | 41.78º | 0.66% | 0.8% | - |
| XYZ | 39.07 | 39.46 | 11.19 | - |
| YUV | 164.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 69 | 0 | 0.20 | 0.66 | 0.2 | 41.78 | 0.57 | 0.54 |
| Hex | CC | A3 | 45 | 0 | 14 | 42 | 14 | 2A | 39 | 36 |
| Octal | 314 | 243 | 105 | 0 | 24 | 102 | 24 | 52 | 71 | 66 |
| Binary | 11001100 | 10100011 | 1000101 | 0 | 10100 | 1000010 | 10100 | 101010 | 111001 | 110110 |
Color Harmonies of #CCA345
Complementary color
Monochromatic Colors of #CCA345
Black with #CCA345
Text Example
Text Example
White with #CCA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA345; }
p { color: rgb(204,163,69); }
H1.HeaderClassName
{
color: #CCA345;
}
.AnyTagClassName
{
color: #CCA345;
}
</style>
background-color css
<style>
a { background-color: #CCA345; }
a { background-color: rgb(204,163,69); }
div.DivClassName
{
background-color: #CCA345;
}
.BgClassName
{
background-color: #CCA345;
}
</style>
border-color css
<style>
span { border-color: #CCA345; }
span { border-color: rgb(204,163,69); }
td.TdClassName
{
border-color: #CCA345;
}
.TagClassName
{
border-color: #CCA345;
}
</style>