Shades of Sundance #CCA34A
Tints of Sundance #CCA34A
RGB
CMYK
RGB Variations
Color information
#CCA34A (or 0xCCA34A) is known color: Sundance. HEX triplet: CC, A3 and 4A. RGB value is (204,163,74). Sum of RGB (Red+Green+Blue) = 204+163+74=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA34A is #335CB5. Grayscale: #A5A5A5. Windows color (decimal): -3366070 or 4891596. OLE color: 4891596.
HSL color Cylindrical-coordinate representation of color #CCA34A: hue angle of 41.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCA34A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 74 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.2 |
| HSL | 41.08º | 0.56% | 0.55% | - |
| HSV(B) | 41.08º | 0.64% | 0.8% | - |
| XYZ | 39.24 | 39.53 | 12.04 | - |
| YUV | 165.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 74 | 0 | 0.20 | 0.64 | 0.2 | 41.08 | 0.56 | 0.55 |
| Hex | CC | A3 | 4A | 0 | 14 | 40 | 14 | 29 | 38 | 37 |
| Octal | 314 | 243 | 112 | 0 | 24 | 100 | 24 | 51 | 70 | 67 |
| Binary | 11001100 | 10100011 | 1001010 | 0 | 10100 | 1000000 | 10100 | 101001 | 111000 | 110111 |
Color Harmonies of #CCA34A
Complementary color
Monochromatic Colors of #CCA34A
Black with #CCA34A
Text Example
Text Example
White with #CCA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA34A; }
p { color: rgb(204,163,74); }
H1.HeaderClassName
{
color: #CCA34A;
}
.AnyTagClassName
{
color: #CCA34A;
}
</style>
background-color css
<style>
a { background-color: #CCA34A; }
a { background-color: rgb(204,163,74); }
div.DivClassName
{
background-color: #CCA34A;
}
.BgClassName
{
background-color: #CCA34A;
}
</style>
border-color css
<style>
span { border-color: #CCA34A; }
span { border-color: rgb(204,163,74); }
td.TdClassName
{
border-color: #CCA34A;
}
.TagClassName
{
border-color: #CCA34A;
}
</style>