Shades of Sundance #CCA14A
Tints of Sundance #CCA14A
RGB
CMYK
RGB Variations
Color information
#CCA14A (or 0xCCA14A) is known color: Sundance. HEX triplet: CC, A1 and 4A. RGB value is (204,161,74). Sum of RGB (Red+Green+Blue) = 204+161+74=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA14A is #335EB5. Grayscale: #A4A4A4. Windows color (decimal): -3366582 or 4891084. OLE color: 4891084.
HSL color Cylindrical-coordinate representation of color #CCA14A: hue angle of 40.15º 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 #CCA14A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 74 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.2 |
| HSL | 40.15º | 0.56% | 0.55% | - |
| HSV(B) | 40.15º | 0.64% | 0.8% | - |
| XYZ | 38.88 | 38.82 | 11.92 | - |
| YUV | 163.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 74 | 0 | 0.21 | 0.64 | 0.2 | 40.15 | 0.56 | 0.55 |
| Hex | CC | A1 | 4A | 0 | 15 | 40 | 14 | 28 | 38 | 37 |
| Octal | 314 | 241 | 112 | 0 | 25 | 100 | 24 | 50 | 70 | 67 |
| Binary | 11001100 | 10100001 | 1001010 | 0 | 10101 | 1000000 | 10100 | 101000 | 111000 | 110111 |
Color Harmonies of #CCA14A
Complementary color
Monochromatic Colors of #CCA14A
Black with #CCA14A
Text Example
Text Example
White with #CCA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA14A; }
p { color: rgb(204,161,74); }
H1.HeaderClassName
{
color: #CCA14A;
}
.AnyTagClassName
{
color: #CCA14A;
}
</style>
background-color css
<style>
a { background-color: #CCA14A; }
a { background-color: rgb(204,161,74); }
div.DivClassName
{
background-color: #CCA14A;
}
.BgClassName
{
background-color: #CCA14A;
}
</style>
border-color css
<style>
span { border-color: #CCA14A; }
span { border-color: rgb(204,161,74); }
td.TdClassName
{
border-color: #CCA14A;
}
.TagClassName
{
border-color: #CCA14A;
}
</style>