Shades of Sundance #CCA843
Tints of Sundance #CCA843
RGB
CMYK
RGB Variations
Color information
#CCA843 (or 0xCCA843) is known color: Sundance. HEX triplet: CC, A8 and 43. RGB value is (204,168,67). Sum of RGB (Red+Green+Blue) = 204+168+67=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA843 is #3357BC. Grayscale: #A7A7A7. Windows color (decimal): -3364797 or 4434124. OLE color: 4434124.
HSL color Cylindrical-coordinate representation of color #CCA843: hue angle of 44.23º 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 #CCA843 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 67 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.2 |
| HSL | 44.23º | 0.57% | 0.53% | - |
| HSV(B) | 44.23º | 0.67% | 0.8% | - |
| XYZ | 39.92 | 41.25 | 11.17 | - |
| YUV | 167.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 67 | 0 | 0.18 | 0.67 | 0.2 | 44.23 | 0.57 | 0.53 |
| Hex | CC | A8 | 43 | 0 | 12 | 43 | 14 | 2C | 39 | 35 |
| Octal | 314 | 250 | 103 | 0 | 22 | 103 | 24 | 54 | 71 | 65 |
| Binary | 11001100 | 10101000 | 1000011 | 0 | 10010 | 1000011 | 10100 | 101100 | 111001 | 110101 |
Color Harmonies of #CCA843
Complementary color
Monochromatic Colors of #CCA843
Black with #CCA843
Text Example
Text Example
White with #CCA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA843; }
p { color: rgb(204,168,67); }
H1.HeaderClassName
{
color: #CCA843;
}
.AnyTagClassName
{
color: #CCA843;
}
</style>
background-color css
<style>
a { background-color: #CCA843; }
a { background-color: rgb(204,168,67); }
div.DivClassName
{
background-color: #CCA843;
}
.BgClassName
{
background-color: #CCA843;
}
</style>
border-color css
<style>
span { border-color: #CCA843; }
span { border-color: rgb(204,168,67); }
td.TdClassName
{
border-color: #CCA843;
}
.TagClassName
{
border-color: #CCA843;
}
</style>