Shades of Sundance #CCA944
Tints of Sundance #CCA944
RGB
CMYK
RGB Variations
Color information
#CCA944 (or 0xCCA944) is known color: Sundance. HEX triplet: CC, A9 and 44. RGB value is (204,169,68). Sum of RGB (Red+Green+Blue) = 204+169+68=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA944 is #3356BB. Grayscale: #A8A8A8. Windows color (decimal): -3364540 or 4499916. OLE color: 4499916.
HSL color Cylindrical-coordinate representation of color #CCA944: hue angle of 44.56º 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 #CCA944 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 68 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.2 |
| HSL | 44.56º | 0.57% | 0.53% | - |
| HSV(B) | 44.56º | 0.67% | 0.8% | - |
| XYZ | 40.13 | 41.63 | 11.39 | - |
| YUV | 167.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 68 | 0 | 0.17 | 0.67 | 0.2 | 44.56 | 0.57 | 0.53 |
| Hex | CC | A9 | 44 | 0 | 11 | 43 | 14 | 2D | 39 | 35 |
| Octal | 314 | 251 | 104 | 0 | 21 | 103 | 24 | 55 | 71 | 65 |
| Binary | 11001100 | 10101001 | 1000100 | 0 | 10001 | 1000011 | 10100 | 101101 | 111001 | 110101 |
Color Harmonies of #CCA944
Complementary color
Monochromatic Colors of #CCA944
Black with #CCA944
Text Example
Text Example
White with #CCA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA944; }
p { color: rgb(204,169,68); }
H1.HeaderClassName
{
color: #CCA944;
}
.AnyTagClassName
{
color: #CCA944;
}
</style>
background-color css
<style>
a { background-color: #CCA944; }
a { background-color: rgb(204,169,68); }
div.DivClassName
{
background-color: #CCA944;
}
.BgClassName
{
background-color: #CCA944;
}
</style>
border-color css
<style>
span { border-color: #CCA944; }
span { border-color: rgb(204,169,68); }
td.TdClassName
{
border-color: #CCA944;
}
.TagClassName
{
border-color: #CCA944;
}
</style>