Shades of Sundance #CCA551
Tints of Sundance #CCA551
RGB
CMYK
RGB Variations
Color information
#CCA551 (or 0xCCA551) is known color: Sundance. HEX triplet: CC, A5 and 51. RGB value is (204,165,81). Sum of RGB (Red+Green+Blue) = 204+165+81=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA551 is #335AAE. Grayscale: #A7A7A7. Windows color (decimal): -3365551 or 5350860. OLE color: 5350860.
HSL color Cylindrical-coordinate representation of color #CCA551: hue angle of 40.98º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA551 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 81 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.2 |
| HSL | 40.98º | 0.55% | 0.56% | - |
| HSV(B) | 40.98º | 0.6% | 0.8% | - |
| XYZ | 39.84 | 40.34 | 13.47 | - |
| YUV | 167.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 81 | 0 | 0.19 | 0.60 | 0.2 | 40.98 | 0.55 | 0.56 |
| Hex | CC | A5 | 51 | 0 | 13 | 3C | 14 | 29 | 37 | 38 |
| Octal | 314 | 245 | 121 | 0 | 23 | 74 | 24 | 51 | 67 | 70 |
| Binary | 11001100 | 10100101 | 1010001 | 0 | 10011 | 111100 | 10100 | 101001 | 110111 | 111000 |
Color Harmonies of #CCA551
Complementary color
Monochromatic Colors of #CCA551
Black with #CCA551
Text Example
Text Example
White with #CCA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA551; }
p { color: rgb(204,165,81); }
H1.HeaderClassName
{
color: #CCA551;
}
.AnyTagClassName
{
color: #CCA551;
}
</style>
background-color css
<style>
a { background-color: #CCA551; }
a { background-color: rgb(204,165,81); }
div.DivClassName
{
background-color: #CCA551;
}
.BgClassName
{
background-color: #CCA551;
}
</style>
border-color css
<style>
span { border-color: #CCA551; }
span { border-color: rgb(204,165,81); }
td.TdClassName
{
border-color: #CCA551;
}
.TagClassName
{
border-color: #CCA551;
}
</style>