Shades of Sundance #CCA144
Tints of Sundance #CCA144
RGB
CMYK
RGB Variations
Color information
#CCA144 (or 0xCCA144) is known color: Sundance. HEX triplet: CC, A1 and 44. RGB value is (204,161,68). Sum of RGB (Red+Green+Blue) = 204+161+68=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA144 is #335EBB. Grayscale: #A3A3A3. Windows color (decimal): -3366588 or 4497868. OLE color: 4497868.
HSL color Cylindrical-coordinate representation of color #CCA144: hue angle of 41.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCA144 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 68 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.2 |
| HSL | 41.03º | 0.57% | 0.53% | - |
| HSV(B) | 41.03º | 0.67% | 0.8% | - |
| XYZ | 38.69 | 38.74 | 10.91 | - |
| YUV | 163.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 68 | 0 | 0.21 | 0.67 | 0.2 | 41.03 | 0.57 | 0.53 |
| Hex | CC | A1 | 44 | 0 | 15 | 43 | 14 | 29 | 39 | 35 |
| Octal | 314 | 241 | 104 | 0 | 25 | 103 | 24 | 51 | 71 | 65 |
| Binary | 11001100 | 10100001 | 1000100 | 0 | 10101 | 1000011 | 10100 | 101001 | 111001 | 110101 |
Color Harmonies of #CCA144
Complementary color
Monochromatic Colors of #CCA144
Black with #CCA144
Text Example
Text Example
White with #CCA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA144; }
p { color: rgb(204,161,68); }
H1.HeaderClassName
{
color: #CCA144;
}
.AnyTagClassName
{
color: #CCA144;
}
</style>
background-color css
<style>
a { background-color: #CCA144; }
a { background-color: rgb(204,161,68); }
div.DivClassName
{
background-color: #CCA144;
}
.BgClassName
{
background-color: #CCA144;
}
</style>
border-color css
<style>
span { border-color: #CCA144; }
span { border-color: rgb(204,161,68); }
td.TdClassName
{
border-color: #CCA144;
}
.TagClassName
{
border-color: #CCA144;
}
</style>