Shades of Sundance #CCA84F
Tints of Sundance #CCA84F
RGB
CMYK
RGB Variations
Color information
#CCA84F (or 0xCCA84F) is known color: Sundance. HEX triplet: CC, A8 and 4F. RGB value is (204,168,79). Sum of RGB (Red+Green+Blue) = 204+168+79=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA84F is #3357B0. Grayscale: #A9A9A9. Windows color (decimal): -3364785 or 5220556. OLE color: 5220556.
HSL color Cylindrical-coordinate representation of color #CCA84F: hue angle of 42.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCA84F is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 79 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.2 |
| HSL | 42.72º | 0.55% | 0.55% | - |
| HSV(B) | 42.72º | 0.61% | 0.8% | - |
| XYZ | 40.32 | 41.41 | 13.26 | - |
| YUV | 168.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 79 | 0 | 0.18 | 0.61 | 0.2 | 42.72 | 0.55 | 0.55 |
| Hex | CC | A8 | 4F | 0 | 12 | 3D | 14 | 2B | 37 | 37 |
| Octal | 314 | 250 | 117 | 0 | 22 | 75 | 24 | 53 | 67 | 67 |
| Binary | 11001100 | 10101000 | 1001111 | 0 | 10010 | 111101 | 10100 | 101011 | 110111 | 110111 |
Color Harmonies of #CCA84F
Complementary color
Monochromatic Colors of #CCA84F
Black with #CCA84F
Text Example
Text Example
White with #CCA84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA84F; }
p { color: rgb(204,168,79); }
H1.HeaderClassName
{
color: #CCA84F;
}
.AnyTagClassName
{
color: #CCA84F;
}
</style>
background-color css
<style>
a { background-color: #CCA84F; }
a { background-color: rgb(204,168,79); }
div.DivClassName
{
background-color: #CCA84F;
}
.BgClassName
{
background-color: #CCA84F;
}
</style>
border-color css
<style>
span { border-color: #CCA84F; }
span { border-color: rgb(204,168,79); }
td.TdClassName
{
border-color: #CCA84F;
}
.TagClassName
{
border-color: #CCA84F;
}
</style>