Shades of Sundance #CCAF4E
Tints of Sundance #CCAF4E
RGB
CMYK
RGB Variations
Color information
#CCAF4E (or 0xCCAF4E) is known color: Sundance. HEX triplet: CC, AF and 4E. RGB value is (204,175,78). Sum of RGB (Red+Green+Blue) = 204+175+78=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF4E is #3350B1. Grayscale: #ADADAD. Windows color (decimal): -3362994 or 5156812. OLE color: 5156812.
HSL color Cylindrical-coordinate representation of color #CCAF4E: hue angle of 46.19º 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 #CCAF4E is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 78 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.2 |
| HSL | 46.19º | 0.55% | 0.55% | - |
| HSV(B) | 46.19º | 0.62% | 0.8% | - |
| XYZ | 41.61 | 44.05 | 13.52 | - |
| YUV | 172.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 78 | 0 | 0.14 | 0.62 | 0.2 | 46.19 | 0.55 | 0.55 |
| Hex | CC | AF | 4E | 0 | E | 3E | 14 | 2E | 37 | 37 |
| Octal | 314 | 257 | 116 | 0 | 16 | 76 | 24 | 56 | 67 | 67 |
| Binary | 11001100 | 10101111 | 1001110 | 0 | 1110 | 111110 | 10100 | 101110 | 110111 | 110111 |
Color Harmonies of #CCAF4E
Complementary color
Monochromatic Colors of #CCAF4E
Black with #CCAF4E
Text Example
Text Example
White with #CCAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF4E; }
p { color: rgb(204,175,78); }
H1.HeaderClassName
{
color: #CCAF4E;
}
.AnyTagClassName
{
color: #CCAF4E;
}
</style>
background-color css
<style>
a { background-color: #CCAF4E; }
a { background-color: rgb(204,175,78); }
div.DivClassName
{
background-color: #CCAF4E;
}
.BgClassName
{
background-color: #CCAF4E;
}
</style>
border-color css
<style>
span { border-color: #CCAF4E; }
span { border-color: rgb(204,175,78); }
td.TdClassName
{
border-color: #CCAF4E;
}
.TagClassName
{
border-color: #CCAF4E;
}
</style>