Shades of Sundance #CCA54C
Tints of Sundance #CCA54C
RGB
CMYK
RGB Variations
Color information
#CCA54C (or 0xCCA54C) is known color: Sundance. HEX triplet: CC, A5 and 4C. RGB value is (204,165,76). Sum of RGB (Red+Green+Blue) = 204+165+76=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA54C is #335AB3. Grayscale: #A6A6A6. Windows color (decimal): -3365556 or 5023180. OLE color: 5023180.
HSL color Cylindrical-coordinate representation of color #CCA54C: hue angle of 41.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCA54C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 76 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.2 |
| HSL | 41.72º | 0.56% | 0.55% | - |
| HSV(B) | 41.72º | 0.63% | 0.8% | - |
| XYZ | 39.66 | 40.27 | 12.52 | - |
| YUV | 166.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 76 | 0 | 0.19 | 0.63 | 0.2 | 41.72 | 0.56 | 0.55 |
| Hex | CC | A5 | 4C | 0 | 13 | 3F | 14 | 2A | 38 | 37 |
| Octal | 314 | 245 | 114 | 0 | 23 | 77 | 24 | 52 | 70 | 67 |
| Binary | 11001100 | 10100101 | 1001100 | 0 | 10011 | 111111 | 10100 | 101010 | 111000 | 110111 |
Color Harmonies of #CCA54C
Complementary color
Monochromatic Colors of #CCA54C
Black with #CCA54C
Text Example
Text Example
White with #CCA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA54C; }
p { color: rgb(204,165,76); }
H1.HeaderClassName
{
color: #CCA54C;
}
.AnyTagClassName
{
color: #CCA54C;
}
</style>
background-color css
<style>
a { background-color: #CCA54C; }
a { background-color: rgb(204,165,76); }
div.DivClassName
{
background-color: #CCA54C;
}
.BgClassName
{
background-color: #CCA54C;
}
</style>
border-color css
<style>
span { border-color: #CCA54C; }
span { border-color: rgb(204,165,76); }
td.TdClassName
{
border-color: #CCA54C;
}
.TagClassName
{
border-color: #CCA54C;
}
</style>