Shades of Sundance #CEA543
Tints of Sundance #CEA543
RGB
CMYK
RGB Variations
Color information
#CEA543 (or 0xCEA543) is known color: Sundance. HEX triplet: CE, A5 and 43. RGB value is (206,165,67). Sum of RGB (Red+Green+Blue) = 206+165+67=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA543 is #315ABC. Grayscale: #A6A6A6. Windows color (decimal): -3234493 or 4433358. OLE color: 4433358.
HSL color Cylindrical-coordinate representation of color #CEA543: hue angle of 42.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEA543 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 67 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.19 |
| HSL | 42.3º | 0.59% | 0.54% | - |
| HSV(B) | 42.3º | 0.67% | 0.81% | - |
| XYZ | 39.92 | 40.44 | 11.01 | - |
| YUV | 166.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 67 | 0 | 0.20 | 0.67 | 0.19 | 42.3 | 0.59 | 0.54 |
| Hex | CE | A5 | 43 | 0 | 14 | 43 | 13 | 2A | 3B | 36 |
| Octal | 316 | 245 | 103 | 0 | 24 | 103 | 23 | 52 | 73 | 66 |
| Binary | 11001110 | 10100101 | 1000011 | 0 | 10100 | 1000011 | 10011 | 101010 | 111011 | 110110 |
Color Harmonies of #CEA543
Complementary color
Monochromatic Colors of #CEA543
Black with #CEA543
Text Example
Text Example
White with #CEA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA543; }
p { color: rgb(206,165,67); }
H1.HeaderClassName
{
color: #CEA543;
}
.AnyTagClassName
{
color: #CEA543;
}
</style>
background-color css
<style>
a { background-color: #CEA543; }
a { background-color: rgb(206,165,67); }
div.DivClassName
{
background-color: #CEA543;
}
.BgClassName
{
background-color: #CEA543;
}
</style>
border-color css
<style>
span { border-color: #CEA543; }
span { border-color: rgb(206,165,67); }
td.TdClassName
{
border-color: #CEA543;
}
.TagClassName
{
border-color: #CEA543;
}
</style>