Shades of Sundance #CCA84D
Tints of Sundance #CCA84D
RGB
CMYK
RGB Variations
Color information
#CCA84D (or 0xCCA84D) is known color: Sundance. HEX triplet: CC, A8 and 4D. RGB value is (204,168,77). Sum of RGB (Red+Green+Blue) = 204+168+77=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA84D is #3357B2. Grayscale: #A8A8A8. Windows color (decimal): -3364787 or 5089484. OLE color: 5089484.
HSL color Cylindrical-coordinate representation of color #CCA84D: hue angle of 42.99º 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 #CCA84D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 77 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.2 |
| HSL | 42.99º | 0.55% | 0.55% | - |
| HSV(B) | 42.99º | 0.62% | 0.8% | - |
| XYZ | 40.24 | 41.38 | 12.89 | - |
| YUV | 168.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 77 | 0 | 0.18 | 0.62 | 0.2 | 42.99 | 0.55 | 0.55 |
| Hex | CC | A8 | 4D | 0 | 12 | 3E | 14 | 2B | 37 | 37 |
| Octal | 314 | 250 | 115 | 0 | 22 | 76 | 24 | 53 | 67 | 67 |
| Binary | 11001100 | 10101000 | 1001101 | 0 | 10010 | 111110 | 10100 | 101011 | 110111 | 110111 |
Color Harmonies of #CCA84D
Complementary color
Monochromatic Colors of #CCA84D
Black with #CCA84D
Text Example
Text Example
White with #CCA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA84D; }
p { color: rgb(204,168,77); }
H1.HeaderClassName
{
color: #CCA84D;
}
.AnyTagClassName
{
color: #CCA84D;
}
</style>
background-color css
<style>
a { background-color: #CCA84D; }
a { background-color: rgb(204,168,77); }
div.DivClassName
{
background-color: #CCA84D;
}
.BgClassName
{
background-color: #CCA84D;
}
</style>
border-color css
<style>
span { border-color: #CCA84D; }
span { border-color: rgb(204,168,77); }
td.TdClassName
{
border-color: #CCA84D;
}
.TagClassName
{
border-color: #CCA84D;
}
</style>