Shades of Sundance #CCAA4A
Tints of Sundance #CCAA4A
RGB
CMYK
RGB Variations
Color information
#CCAA4A (or 0xCCAA4A) is known color: Sundance. HEX triplet: CC, AA and 4A. RGB value is (204,170,74). Sum of RGB (Red+Green+Blue) = 204+170+74=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA4A is #3355B5. Grayscale: #A9A9A9. Windows color (decimal): -3364278 or 4893388. OLE color: 4893388.
HSL color Cylindrical-coordinate representation of color #CCAA4A: hue angle of 44.31º 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 #CCAA4A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 74 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.2 |
| HSL | 44.31º | 0.56% | 0.55% | - |
| HSV(B) | 44.31º | 0.64% | 0.8% | - |
| XYZ | 40.51 | 42.08 | 12.47 | - |
| YUV | 169.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 74 | 0 | 0.17 | 0.64 | 0.2 | 44.31 | 0.56 | 0.55 |
| Hex | CC | AA | 4A | 0 | 11 | 40 | 14 | 2C | 38 | 37 |
| Octal | 314 | 252 | 112 | 0 | 21 | 100 | 24 | 54 | 70 | 67 |
| Binary | 11001100 | 10101010 | 1001010 | 0 | 10001 | 1000000 | 10100 | 101100 | 111000 | 110111 |
Color Harmonies of #CCAA4A
Complementary color
Monochromatic Colors of #CCAA4A
Black with #CCAA4A
Text Example
Text Example
White with #CCAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA4A; }
p { color: rgb(204,170,74); }
H1.HeaderClassName
{
color: #CCAA4A;
}
.AnyTagClassName
{
color: #CCAA4A;
}
</style>
background-color css
<style>
a { background-color: #CCAA4A; }
a { background-color: rgb(204,170,74); }
div.DivClassName
{
background-color: #CCAA4A;
}
.BgClassName
{
background-color: #CCAA4A;
}
</style>
border-color css
<style>
span { border-color: #CCAA4A; }
span { border-color: rgb(204,170,74); }
td.TdClassName
{
border-color: #CCAA4A;
}
.TagClassName
{
border-color: #CCAA4A;
}
</style>