Shades of Sundance #CCA44A
Tints of Sundance #CCA44A
RGB
CMYK
RGB Variations
Color information
#CCA44A (or 0xCCA44A) is known color: Sundance. HEX triplet: CC, A4 and 4A. RGB value is (204,164,74). Sum of RGB (Red+Green+Blue) = 204+164+74=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA44A is #335BB5. Grayscale: #A6A6A6. Windows color (decimal): -3365814 or 4891852. OLE color: 4891852.
HSL color Cylindrical-coordinate representation of color #CCA44A: hue angle of 41.54º 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 #CCA44A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 74 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.2 |
| HSL | 41.54º | 0.56% | 0.55% | - |
| HSV(B) | 41.54º | 0.64% | 0.8% | - |
| XYZ | 39.41 | 39.88 | 12.1 | - |
| YUV | 165.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 74 | 0 | 0.20 | 0.64 | 0.2 | 41.54 | 0.56 | 0.55 |
| Hex | CC | A4 | 4A | 0 | 14 | 40 | 14 | 2A | 38 | 37 |
| Octal | 314 | 244 | 112 | 0 | 24 | 100 | 24 | 52 | 70 | 67 |
| Binary | 11001100 | 10100100 | 1001010 | 0 | 10100 | 1000000 | 10100 | 101010 | 111000 | 110111 |
Color Harmonies of #CCA44A
Complementary color
Monochromatic Colors of #CCA44A
Black with #CCA44A
Text Example
Text Example
White with #CCA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA44A; }
p { color: rgb(204,164,74); }
H1.HeaderClassName
{
color: #CCA44A;
}
.AnyTagClassName
{
color: #CCA44A;
}
</style>
background-color css
<style>
a { background-color: #CCA44A; }
a { background-color: rgb(204,164,74); }
div.DivClassName
{
background-color: #CCA44A;
}
.BgClassName
{
background-color: #CCA44A;
}
</style>
border-color css
<style>
span { border-color: #CCA44A; }
span { border-color: rgb(204,164,74); }
td.TdClassName
{
border-color: #CCA44A;
}
.TagClassName
{
border-color: #CCA44A;
}
</style>