Shades of Sundance #CCA544
Tints of Sundance #CCA544
RGB
CMYK
RGB Variations
Color information
#CCA544 (or 0xCCA544) is known color: Sundance. HEX triplet: CC, A5 and 44. RGB value is (204,165,68). Sum of RGB (Red+Green+Blue) = 204+165+68=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA544 is #335ABB. Grayscale: #A6A6A6. Windows color (decimal): -3365564 or 4498892. OLE color: 4498892.
HSL color Cylindrical-coordinate representation of color #CCA544: hue angle of 42.79º 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 #CCA544 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 68 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.2 |
| HSL | 42.79º | 0.57% | 0.53% | - |
| HSV(B) | 42.79º | 0.67% | 0.8% | - |
| XYZ | 39.4 | 40.16 | 11.14 | - |
| YUV | 165.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 68 | 0 | 0.19 | 0.67 | 0.2 | 42.79 | 0.57 | 0.53 |
| Hex | CC | A5 | 44 | 0 | 13 | 43 | 14 | 2B | 39 | 35 |
| Octal | 314 | 245 | 104 | 0 | 23 | 103 | 24 | 53 | 71 | 65 |
| Binary | 11001100 | 10100101 | 1000100 | 0 | 10011 | 1000011 | 10100 | 101011 | 111001 | 110101 |
Color Harmonies of #CCA544
Complementary color
Monochromatic Colors of #CCA544
Black with #CCA544
Text Example
Text Example
White with #CCA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA544; }
p { color: rgb(204,165,68); }
H1.HeaderClassName
{
color: #CCA544;
}
.AnyTagClassName
{
color: #CCA544;
}
</style>
background-color css
<style>
a { background-color: #CCA544; }
a { background-color: rgb(204,165,68); }
div.DivClassName
{
background-color: #CCA544;
}
.BgClassName
{
background-color: #CCA544;
}
</style>
border-color css
<style>
span { border-color: #CCA544; }
span { border-color: rgb(204,165,68); }
td.TdClassName
{
border-color: #CCA544;
}
.TagClassName
{
border-color: #CCA544;
}
</style>