Shades of Sundance #CCA54E
Tints of Sundance #CCA54E
RGB
CMYK
RGB Variations
Color information
#CCA54E (or 0xCCA54E) is known color: Sundance. HEX triplet: CC, A5 and 4E. RGB value is (204,165,78). Sum of RGB (Red+Green+Blue) = 204+165+78=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA54E is #335AB1. Grayscale: #A7A7A7. Windows color (decimal): -3365554 or 5154252. OLE color: 5154252.
HSL color Cylindrical-coordinate representation of color #CCA54E: hue angle of 41.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCA54E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 78 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.2 |
| HSL | 41.43º | 0.55% | 0.55% | - |
| HSV(B) | 41.43º | 0.62% | 0.8% | - |
| XYZ | 39.73 | 40.3 | 12.89 | - |
| YUV | 166.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 78 | 0 | 0.19 | 0.62 | 0.2 | 41.43 | 0.55 | 0.55 |
| Hex | CC | A5 | 4E | 0 | 13 | 3E | 14 | 29 | 37 | 37 |
| Octal | 314 | 245 | 116 | 0 | 23 | 76 | 24 | 51 | 67 | 67 |
| Binary | 11001100 | 10100101 | 1001110 | 0 | 10011 | 111110 | 10100 | 101001 | 110111 | 110111 |
Color Harmonies of #CCA54E
Complementary color
Monochromatic Colors of #CCA54E
Black with #CCA54E
Text Example
Text Example
White with #CCA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA54E; }
p { color: rgb(204,165,78); }
H1.HeaderClassName
{
color: #CCA54E;
}
.AnyTagClassName
{
color: #CCA54E;
}
</style>
background-color css
<style>
a { background-color: #CCA54E; }
a { background-color: rgb(204,165,78); }
div.DivClassName
{
background-color: #CCA54E;
}
.BgClassName
{
background-color: #CCA54E;
}
</style>
border-color css
<style>
span { border-color: #CCA54E; }
span { border-color: rgb(204,165,78); }
td.TdClassName
{
border-color: #CCA54E;
}
.TagClassName
{
border-color: #CCA54E;
}
</style>