Shades of Sundance #CCA84E
Tints of Sundance #CCA84E
RGB
CMYK
RGB Variations
Color information
#CCA84E (or 0xCCA84E) is known color: Sundance. HEX triplet: CC, A8 and 4E. RGB value is (204,168,78). Sum of RGB (Red+Green+Blue) = 204+168+78=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA84E is #3357B1. Grayscale: #A8A8A8. Windows color (decimal): -3364786 or 5155020. OLE color: 5155020.
HSL color Cylindrical-coordinate representation of color #CCA84E: hue angle of 42.86º 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 #CCA84E is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 78 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.2 |
| HSL | 42.86º | 0.55% | 0.55% | - |
| HSV(B) | 42.86º | 0.62% | 0.8% | - |
| XYZ | 40.28 | 41.39 | 13.07 | - |
| YUV | 168.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 78 | 0 | 0.18 | 0.62 | 0.2 | 42.86 | 0.55 | 0.55 |
| Hex | CC | A8 | 4E | 0 | 12 | 3E | 14 | 2B | 37 | 37 |
| Octal | 314 | 250 | 116 | 0 | 22 | 76 | 24 | 53 | 67 | 67 |
| Binary | 11001100 | 10101000 | 1001110 | 0 | 10010 | 111110 | 10100 | 101011 | 110111 | 110111 |
Color Harmonies of #CCA84E
Complementary color
Monochromatic Colors of #CCA84E
Black with #CCA84E
Text Example
Text Example
White with #CCA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA84E; }
p { color: rgb(204,168,78); }
H1.HeaderClassName
{
color: #CCA84E;
}
.AnyTagClassName
{
color: #CCA84E;
}
</style>
background-color css
<style>
a { background-color: #CCA84E; }
a { background-color: rgb(204,168,78); }
div.DivClassName
{
background-color: #CCA84E;
}
.BgClassName
{
background-color: #CCA84E;
}
</style>
border-color css
<style>
span { border-color: #CCA84E; }
span { border-color: rgb(204,168,78); }
td.TdClassName
{
border-color: #CCA84E;
}
.TagClassName
{
border-color: #CCA84E;
}
</style>