Shades of Sundance #CCA74A
Tints of Sundance #CCA74A
RGB
CMYK
RGB Variations
Color information
#CCA74A (or 0xCCA74A) is known color: Sundance. HEX triplet: CC, A7 and 4A. RGB value is (204,167,74). Sum of RGB (Red+Green+Blue) = 204+167+74=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA74A is #3358B5. Grayscale: #A7A7A7. Windows color (decimal): -3365046 or 4892620. OLE color: 4892620.
HSL color Cylindrical-coordinate representation of color #CCA74A: hue angle of 42.92º 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 #CCA74A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 74 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.2 |
| HSL | 42.92º | 0.56% | 0.55% | - |
| HSV(B) | 42.92º | 0.64% | 0.8% | - |
| XYZ | 39.96 | 40.97 | 12.28 | - |
| YUV | 167.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 74 | 0 | 0.18 | 0.64 | 0.2 | 42.92 | 0.56 | 0.55 |
| Hex | CC | A7 | 4A | 0 | 12 | 40 | 14 | 2B | 38 | 37 |
| Octal | 314 | 247 | 112 | 0 | 22 | 100 | 24 | 53 | 70 | 67 |
| Binary | 11001100 | 10100111 | 1001010 | 0 | 10010 | 1000000 | 10100 | 101011 | 111000 | 110111 |
Color Harmonies of #CCA74A
Complementary color
Monochromatic Colors of #CCA74A
Black with #CCA74A
Text Example
Text Example
White with #CCA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA74A; }
p { color: rgb(204,167,74); }
H1.HeaderClassName
{
color: #CCA74A;
}
.AnyTagClassName
{
color: #CCA74A;
}
</style>
background-color css
<style>
a { background-color: #CCA74A; }
a { background-color: rgb(204,167,74); }
div.DivClassName
{
background-color: #CCA74A;
}
.BgClassName
{
background-color: #CCA74A;
}
</style>
border-color css
<style>
span { border-color: #CCA74A; }
span { border-color: rgb(204,167,74); }
td.TdClassName
{
border-color: #CCA74A;
}
.TagClassName
{
border-color: #CCA74A;
}
</style>