Shades of Sundance #CCA348
Tints of Sundance #CCA348
RGB
CMYK
RGB Variations
Color information
#CCA348 (or 0xCCA348) is known color: Sundance. HEX triplet: CC, A3 and 48. RGB value is (204,163,72). Sum of RGB (Red+Green+Blue) = 204+163+72=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA348 is #335CB7. Grayscale: #A5A5A5. Windows color (decimal): -3366072 or 4760524. OLE color: 4760524.
HSL color Cylindrical-coordinate representation of color #CCA348: hue angle of 41.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCA348 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 72 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.2 |
| HSL | 41.36º | 0.56% | 0.54% | - |
| HSV(B) | 41.36º | 0.65% | 0.8% | - |
| XYZ | 39.17 | 39.5 | 11.69 | - |
| YUV | 164.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 72 | 0 | 0.20 | 0.65 | 0.2 | 41.36 | 0.56 | 0.54 |
| Hex | CC | A3 | 48 | 0 | 14 | 41 | 14 | 29 | 38 | 36 |
| Octal | 314 | 243 | 110 | 0 | 24 | 101 | 24 | 51 | 70 | 66 |
| Binary | 11001100 | 10100011 | 1001000 | 0 | 10100 | 1000001 | 10100 | 101001 | 111000 | 110110 |
Color Harmonies of #CCA348
Complementary color
Monochromatic Colors of #CCA348
Black with #CCA348
Text Example
Text Example
White with #CCA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA348; }
p { color: rgb(204,163,72); }
H1.HeaderClassName
{
color: #CCA348;
}
.AnyTagClassName
{
color: #CCA348;
}
</style>
background-color css
<style>
a { background-color: #CCA348; }
a { background-color: rgb(204,163,72); }
div.DivClassName
{
background-color: #CCA348;
}
.BgClassName
{
background-color: #CCA348;
}
</style>
border-color css
<style>
span { border-color: #CCA348; }
span { border-color: rgb(204,163,72); }
td.TdClassName
{
border-color: #CCA348;
}
.TagClassName
{
border-color: #CCA348;
}
</style>