Shades of Sundance #CEA549
Tints of Sundance #CEA549
RGB
CMYK
RGB Variations
Color information
#CEA549 (or 0xCEA549) is known color: Sundance. HEX triplet: CE, A5 and 49. RGB value is (206,165,73). Sum of RGB (Red+Green+Blue) = 206+165+73=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA549 is #315AB6. Grayscale: #A7A7A7. Windows color (decimal): -3234487 or 4826574. OLE color: 4826574.
HSL color Cylindrical-coordinate representation of color #CEA549: hue angle of 41.5º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEA549 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 73 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.19 |
| HSL | 41.5º | 0.58% | 0.55% | - |
| HSV(B) | 41.5º | 0.65% | 0.81% | - |
| XYZ | 40.11 | 40.51 | 12.01 | - |
| YUV | 166.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 73 | 0 | 0.20 | 0.65 | 0.19 | 41.5 | 0.58 | 0.55 |
| Hex | CE | A5 | 49 | 0 | 14 | 41 | 13 | 2A | 3A | 37 |
| Octal | 316 | 245 | 111 | 0 | 24 | 101 | 23 | 52 | 72 | 67 |
| Binary | 11001110 | 10100101 | 1001001 | 0 | 10100 | 1000001 | 10011 | 101010 | 111010 | 110111 |
Color Harmonies of #CEA549
Complementary color
Monochromatic Colors of #CEA549
Black with #CEA549
Text Example
Text Example
White with #CEA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA549; }
p { color: rgb(206,165,73); }
H1.HeaderClassName
{
color: #CEA549;
}
.AnyTagClassName
{
color: #CEA549;
}
</style>
background-color css
<style>
a { background-color: #CEA549; }
a { background-color: rgb(206,165,73); }
div.DivClassName
{
background-color: #CEA549;
}
.BgClassName
{
background-color: #CEA549;
}
</style>
border-color css
<style>
span { border-color: #CEA549; }
span { border-color: rgb(206,165,73); }
td.TdClassName
{
border-color: #CEA549;
}
.TagClassName
{
border-color: #CEA549;
}
</style>