Shades of Sundance #CCA543
Tints of Sundance #CCA543
RGB
CMYK
RGB Variations
Color information
#CCA543 (or 0xCCA543) is known color: Sundance. HEX triplet: CC, A5 and 43. RGB value is (204,165,67). Sum of RGB (Red+Green+Blue) = 204+165+67=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA543 is #335ABC. Grayscale: #A5A5A5. Windows color (decimal): -3365565 or 4433356. OLE color: 4433356.
HSL color Cylindrical-coordinate representation of color #CCA543: hue angle of 42.92º 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 #CCA543 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 67 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.2 |
| HSL | 42.92º | 0.57% | 0.53% | - |
| HSV(B) | 42.92º | 0.67% | 0.8% | - |
| XYZ | 39.37 | 40.15 | 10.99 | - |
| YUV | 165.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 67 | 0 | 0.19 | 0.67 | 0.2 | 42.92 | 0.57 | 0.53 |
| Hex | CC | A5 | 43 | 0 | 13 | 43 | 14 | 2B | 39 | 35 |
| Octal | 314 | 245 | 103 | 0 | 23 | 103 | 24 | 53 | 71 | 65 |
| Binary | 11001100 | 10100101 | 1000011 | 0 | 10011 | 1000011 | 10100 | 101011 | 111001 | 110101 |
Color Harmonies of #CCA543
Complementary color
Monochromatic Colors of #CCA543
Black with #CCA543
Text Example
Text Example
White with #CCA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA543; }
p { color: rgb(204,165,67); }
H1.HeaderClassName
{
color: #CCA543;
}
.AnyTagClassName
{
color: #CCA543;
}
</style>
background-color css
<style>
a { background-color: #CCA543; }
a { background-color: rgb(204,165,67); }
div.DivClassName
{
background-color: #CCA543;
}
.BgClassName
{
background-color: #CCA543;
}
</style>
border-color css
<style>
span { border-color: #CCA543; }
span { border-color: rgb(204,165,67); }
td.TdClassName
{
border-color: #CCA543;
}
.TagClassName
{
border-color: #CCA543;
}
</style>