Shades of Sundance #CCA844
Tints of Sundance #CCA844
RGB
CMYK
RGB Variations
Color information
#CCA844 (or 0xCCA844) is known color: Sundance. HEX triplet: CC, A8 and 44. RGB value is (204,168,68). Sum of RGB (Red+Green+Blue) = 204+168+68=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA844 is #3357BB. Grayscale: #A7A7A7. Windows color (decimal): -3364796 or 4499660. OLE color: 4499660.
HSL color Cylindrical-coordinate representation of color #CCA844: hue angle of 44.12º 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 #CCA844 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 68 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.2 |
| HSL | 44.12º | 0.57% | 0.53% | - |
| HSV(B) | 44.12º | 0.67% | 0.8% | - |
| XYZ | 39.95 | 41.26 | 11.33 | - |
| YUV | 167.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 68 | 0 | 0.18 | 0.67 | 0.2 | 44.12 | 0.57 | 0.53 |
| Hex | CC | A8 | 44 | 0 | 12 | 43 | 14 | 2C | 39 | 35 |
| Octal | 314 | 250 | 104 | 0 | 22 | 103 | 24 | 54 | 71 | 65 |
| Binary | 11001100 | 10101000 | 1000100 | 0 | 10010 | 1000011 | 10100 | 101100 | 111001 | 110101 |
Color Harmonies of #CCA844
Complementary color
Monochromatic Colors of #CCA844
Black with #CCA844
Text Example
Text Example
White with #CCA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA844; }
p { color: rgb(204,168,68); }
H1.HeaderClassName
{
color: #CCA844;
}
.AnyTagClassName
{
color: #CCA844;
}
</style>
background-color css
<style>
a { background-color: #CCA844; }
a { background-color: rgb(204,168,68); }
div.DivClassName
{
background-color: #CCA844;
}
.BgClassName
{
background-color: #CCA844;
}
</style>
border-color css
<style>
span { border-color: #CCA844; }
span { border-color: rgb(204,168,68); }
td.TdClassName
{
border-color: #CCA844;
}
.TagClassName
{
border-color: #CCA844;
}
</style>