Shades of Sundance #CCA74C
Tints of Sundance #CCA74C
RGB
CMYK
RGB Variations
Color information
#CCA74C (or 0xCCA74C) is known color: Sundance. HEX triplet: CC, A7 and 4C. RGB value is (204,167,76). Sum of RGB (Red+Green+Blue) = 204+167+76=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA74C is #3358B3. Grayscale: #A8A8A8. Windows color (decimal): -3365044 or 5023692. OLE color: 5023692.
HSL color Cylindrical-coordinate representation of color #CCA74C: hue angle of 42.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCA74C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 76 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.2 |
| HSL | 42.66º | 0.56% | 0.55% | - |
| HSV(B) | 42.66º | 0.63% | 0.8% | - |
| XYZ | 40.03 | 41 | 12.64 | - |
| YUV | 167.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 76 | 0 | 0.18 | 0.63 | 0.2 | 42.66 | 0.56 | 0.55 |
| Hex | CC | A7 | 4C | 0 | 12 | 3F | 14 | 2B | 38 | 37 |
| Octal | 314 | 247 | 114 | 0 | 22 | 77 | 24 | 53 | 70 | 67 |
| Binary | 11001100 | 10100111 | 1001100 | 0 | 10010 | 111111 | 10100 | 101011 | 111000 | 110111 |
Color Harmonies of #CCA74C
Complementary color
Monochromatic Colors of #CCA74C
Black with #CCA74C
Text Example
Text Example
White with #CCA74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA74C; }
p { color: rgb(204,167,76); }
H1.HeaderClassName
{
color: #CCA74C;
}
.AnyTagClassName
{
color: #CCA74C;
}
</style>
background-color css
<style>
a { background-color: #CCA74C; }
a { background-color: rgb(204,167,76); }
div.DivClassName
{
background-color: #CCA74C;
}
.BgClassName
{
background-color: #CCA74C;
}
</style>
border-color css
<style>
span { border-color: #CCA74C; }
span { border-color: rgb(204,167,76); }
td.TdClassName
{
border-color: #CCA74C;
}
.TagClassName
{
border-color: #CCA74C;
}
</style>