Shades of Sundance #CEAC47
Tints of Sundance #CEAC47
RGB
CMYK
RGB Variations
Color information
#CEAC47 (or 0xCEAC47) is known color: Sundance. HEX triplet: CE, AC and 47. RGB value is (206,172,71). Sum of RGB (Red+Green+Blue) = 206+172+71=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC47 is #3153B8. Grayscale: #ABABAB. Windows color (decimal): -3232697 or 4697294. OLE color: 4697294.
HSL color Cylindrical-coordinate representation of color #CEAC47: hue angle of 44.89º 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 #CEAC47 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 71 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.19 |
| HSL | 44.89º | 0.58% | 0.54% | - |
| HSV(B) | 44.89º | 0.66% | 0.81% | - |
| XYZ | 41.34 | 43.08 | 12.1 | - |
| YUV | 170.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 71 | 0 | 0.17 | 0.66 | 0.19 | 44.89 | 0.58 | 0.54 |
| Hex | CE | AC | 47 | 0 | 11 | 42 | 13 | 2D | 3A | 36 |
| Octal | 316 | 254 | 107 | 0 | 21 | 102 | 23 | 55 | 72 | 66 |
| Binary | 11001110 | 10101100 | 1000111 | 0 | 10001 | 1000010 | 10011 | 101101 | 111010 | 110110 |
Color Harmonies of #CEAC47
Complementary color
Monochromatic Colors of #CEAC47
Black with #CEAC47
Text Example
Text Example
White with #CEAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC47; }
p { color: rgb(206,172,71); }
H1.HeaderClassName
{
color: #CEAC47;
}
.AnyTagClassName
{
color: #CEAC47;
}
</style>
background-color css
<style>
a { background-color: #CEAC47; }
a { background-color: rgb(206,172,71); }
div.DivClassName
{
background-color: #CEAC47;
}
.BgClassName
{
background-color: #CEAC47;
}
</style>
border-color css
<style>
span { border-color: #CEAC47; }
span { border-color: rgb(206,172,71); }
td.TdClassName
{
border-color: #CEAC47;
}
.TagClassName
{
border-color: #CEAC47;
}
</style>