Shades of Sundance #CEA843
Tints of Sundance #CEA843
RGB
CMYK
RGB Variations
Color information
#CEA843 (or 0xCEA843) is known color: Sundance. HEX triplet: CE, A8 and 43. RGB value is (206,168,67). Sum of RGB (Red+Green+Blue) = 206+168+67=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA843 is #3157BC. Grayscale: #A8A8A8. Windows color (decimal): -3233725 or 4434126. OLE color: 4434126.
HSL color Cylindrical-coordinate representation of color #CEA843: hue angle of 43.6º 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 #CEA843 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 67 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.19 |
| HSL | 43.6º | 0.59% | 0.54% | - |
| HSV(B) | 43.6º | 0.67% | 0.81% | - |
| XYZ | 40.47 | 41.53 | 11.19 | - |
| YUV | 167.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 67 | 0 | 0.18 | 0.67 | 0.19 | 43.6 | 0.59 | 0.54 |
| Hex | CE | A8 | 43 | 0 | 12 | 43 | 13 | 2C | 3B | 36 |
| Octal | 316 | 250 | 103 | 0 | 22 | 103 | 23 | 54 | 73 | 66 |
| Binary | 11001110 | 10101000 | 1000011 | 0 | 10010 | 1000011 | 10011 | 101100 | 111011 | 110110 |
Color Harmonies of #CEA843
Complementary color
Monochromatic Colors of #CEA843
Black with #CEA843
Text Example
Text Example
White with #CEA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA843; }
p { color: rgb(206,168,67); }
H1.HeaderClassName
{
color: #CEA843;
}
.AnyTagClassName
{
color: #CEA843;
}
</style>
background-color css
<style>
a { background-color: #CEA843; }
a { background-color: rgb(206,168,67); }
div.DivClassName
{
background-color: #CEA843;
}
.BgClassName
{
background-color: #CEA843;
}
</style>
border-color css
<style>
span { border-color: #CEA843; }
span { border-color: rgb(206,168,67); }
td.TdClassName
{
border-color: #CEA843;
}
.TagClassName
{
border-color: #CEA843;
}
</style>