Shades of Sundance #CEA547
Tints of Sundance #CEA547
RGB
CMYK
RGB Variations
Color information
#CEA547 (or 0xCEA547) is known color: Sundance. HEX triplet: CE, A5 and 47. RGB value is (206,165,71). Sum of RGB (Red+Green+Blue) = 206+165+71=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA547 is #315AB8. Grayscale: #A6A6A6. Windows color (decimal): -3234489 or 4695502. OLE color: 4695502.
HSL color Cylindrical-coordinate representation of color #CEA547: hue angle of 41.78º 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 #CEA547 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 71 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.19 |
| HSL | 41.78º | 0.58% | 0.54% | - |
| HSV(B) | 41.78º | 0.66% | 0.81% | - |
| XYZ | 40.05 | 40.49 | 11.67 | - |
| YUV | 166.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 71 | 0 | 0.20 | 0.66 | 0.19 | 41.78 | 0.58 | 0.54 |
| Hex | CE | A5 | 47 | 0 | 14 | 42 | 13 | 2A | 3A | 36 |
| Octal | 316 | 245 | 107 | 0 | 24 | 102 | 23 | 52 | 72 | 66 |
| Binary | 11001110 | 10100101 | 1000111 | 0 | 10100 | 1000010 | 10011 | 101010 | 111010 | 110110 |
Color Harmonies of #CEA547
Complementary color
Monochromatic Colors of #CEA547
Black with #CEA547
Text Example
Text Example
White with #CEA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA547; }
p { color: rgb(206,165,71); }
H1.HeaderClassName
{
color: #CEA547;
}
.AnyTagClassName
{
color: #CEA547;
}
</style>
background-color css
<style>
a { background-color: #CEA547; }
a { background-color: rgb(206,165,71); }
div.DivClassName
{
background-color: #CEA547;
}
.BgClassName
{
background-color: #CEA547;
}
</style>
border-color css
<style>
span { border-color: #CEA547; }
span { border-color: rgb(206,165,71); }
td.TdClassName
{
border-color: #CEA547;
}
.TagClassName
{
border-color: #CEA547;
}
</style>