Shades of Sundance #CEA047
Tints of Sundance #CEA047
RGB
CMYK
RGB Variations
Color information
#CEA047 (or 0xCEA047) is known color: Sundance. HEX triplet: CE, A0 and 47. RGB value is (206,160,71). Sum of RGB (Red+Green+Blue) = 206+160+71=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA047 is #315FB8. Grayscale: #A4A4A4. Windows color (decimal): -3235769 or 4694222. OLE color: 4694222.
HSL color Cylindrical-coordinate representation of color #CEA047: hue angle of 39.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEA047 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 71 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.19 |
| HSL | 39.56º | 0.58% | 0.54% | - |
| HSV(B) | 39.56º | 0.66% | 0.81% | - |
| XYZ | 39.16 | 38.72 | 11.37 | - |
| YUV | 163.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 71 | 0 | 0.22 | 0.66 | 0.19 | 39.56 | 0.58 | 0.54 |
| Hex | CE | A0 | 47 | 0 | 16 | 42 | 13 | 28 | 3A | 36 |
| Octal | 316 | 240 | 107 | 0 | 26 | 102 | 23 | 50 | 72 | 66 |
| Binary | 11001110 | 10100000 | 1000111 | 0 | 10110 | 1000010 | 10011 | 101000 | 111010 | 110110 |
Color Harmonies of #CEA047
Complementary color
Monochromatic Colors of #CEA047
Black with #CEA047
Text Example
Text Example
White with #CEA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA047; }
p { color: rgb(206,160,71); }
H1.HeaderClassName
{
color: #CEA047;
}
.AnyTagClassName
{
color: #CEA047;
}
</style>
background-color css
<style>
a { background-color: #CEA047; }
a { background-color: rgb(206,160,71); }
div.DivClassName
{
background-color: #CEA047;
}
.BgClassName
{
background-color: #CEA047;
}
</style>
border-color css
<style>
span { border-color: #CEA047; }
span { border-color: rgb(206,160,71); }
td.TdClassName
{
border-color: #CEA047;
}
.TagClassName
{
border-color: #CEA047;
}
</style>