Shades of Sundance #CCA44D
Tints of Sundance #CCA44D
RGB
CMYK
RGB Variations
Color information
#CCA44D (or 0xCCA44D) is known color: Sundance. HEX triplet: CC, A4 and 4D. RGB value is (204,164,77). Sum of RGB (Red+Green+Blue) = 204+164+77=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA44D is #335BB2. Grayscale: #A6A6A6. Windows color (decimal): -3365811 or 5088460. OLE color: 5088460.
HSL color Cylindrical-coordinate representation of color #CCA44D: hue angle of 41.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCA44D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 77 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.2 |
| HSL | 41.1º | 0.55% | 0.55% | - |
| HSV(B) | 41.1º | 0.62% | 0.8% | - |
| XYZ | 39.52 | 39.92 | 12.64 | - |
| YUV | 166.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 77 | 0 | 0.20 | 0.62 | 0.2 | 41.1 | 0.55 | 0.55 |
| Hex | CC | A4 | 4D | 0 | 14 | 3E | 14 | 29 | 37 | 37 |
| Octal | 314 | 244 | 115 | 0 | 24 | 76 | 24 | 51 | 67 | 67 |
| Binary | 11001100 | 10100100 | 1001101 | 0 | 10100 | 111110 | 10100 | 101001 | 110111 | 110111 |
Color Harmonies of #CCA44D
Complementary color
Monochromatic Colors of #CCA44D
Black with #CCA44D
Text Example
Text Example
White with #CCA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA44D; }
p { color: rgb(204,164,77); }
H1.HeaderClassName
{
color: #CCA44D;
}
.AnyTagClassName
{
color: #CCA44D;
}
</style>
background-color css
<style>
a { background-color: #CCA44D; }
a { background-color: rgb(204,164,77); }
div.DivClassName
{
background-color: #CCA44D;
}
.BgClassName
{
background-color: #CCA44D;
}
</style>
border-color css
<style>
span { border-color: #CCA44D; }
span { border-color: rgb(204,164,77); }
td.TdClassName
{
border-color: #CCA44D;
}
.TagClassName
{
border-color: #CCA44D;
}
</style>