Shades of Sundance #CEA847
Tints of Sundance #CEA847
RGB
CMYK
RGB Variations
Color information
#CEA847 (or 0xCEA847) is known color: Sundance. HEX triplet: CE, A8 and 47. RGB value is (206,168,71). Sum of RGB (Red+Green+Blue) = 206+168+71=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA847 is #3157B8. Grayscale: #A8A8A8. Windows color (decimal): -3233721 or 4696270. OLE color: 4696270.
HSL color Cylindrical-coordinate representation of color #CEA847: hue angle of 43.11º 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 #CEA847 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 71 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.19 |
| HSL | 43.11º | 0.58% | 0.54% | - |
| HSV(B) | 43.11º | 0.66% | 0.81% | - |
| XYZ | 40.59 | 41.58 | 11.85 | - |
| YUV | 168.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 71 | 0 | 0.18 | 0.66 | 0.19 | 43.11 | 0.58 | 0.54 |
| Hex | CE | A8 | 47 | 0 | 12 | 42 | 13 | 2B | 3A | 36 |
| Octal | 316 | 250 | 107 | 0 | 22 | 102 | 23 | 53 | 72 | 66 |
| Binary | 11001110 | 10101000 | 1000111 | 0 | 10010 | 1000010 | 10011 | 101011 | 111010 | 110110 |
Color Harmonies of #CEA847
Complementary color
Monochromatic Colors of #CEA847
Black with #CEA847
Text Example
Text Example
White with #CEA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA847; }
p { color: rgb(206,168,71); }
H1.HeaderClassName
{
color: #CEA847;
}
.AnyTagClassName
{
color: #CEA847;
}
</style>
background-color css
<style>
a { background-color: #CEA847; }
a { background-color: rgb(206,168,71); }
div.DivClassName
{
background-color: #CEA847;
}
.BgClassName
{
background-color: #CEA847;
}
</style>
border-color css
<style>
span { border-color: #CEA847; }
span { border-color: rgb(206,168,71); }
td.TdClassName
{
border-color: #CEA847;
}
.TagClassName
{
border-color: #CEA847;
}
</style>