Shades of Sundance #CEA343
Tints of Sundance #CEA343
RGB
CMYK
RGB Variations
Color information
#CEA343 (or 0xCEA343) is known color: Sundance. HEX triplet: CE, A3 and 43. RGB value is (206,163,67). Sum of RGB (Red+Green+Blue) = 206+163+67=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA343 is #315CBC. Grayscale: #A5A5A5. Windows color (decimal): -3235005 or 4432846. OLE color: 4432846.
HSL color Cylindrical-coordinate representation of color #CEA343: hue angle of 41.44º 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 #CEA343 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 67 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.19 |
| HSL | 41.44º | 0.59% | 0.54% | - |
| HSV(B) | 41.44º | 0.67% | 0.81% | - |
| XYZ | 39.56 | 39.72 | 10.89 | - |
| YUV | 164.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 67 | 0 | 0.21 | 0.67 | 0.19 | 41.44 | 0.59 | 0.54 |
| Hex | CE | A3 | 43 | 0 | 15 | 43 | 13 | 29 | 3B | 36 |
| Octal | 316 | 243 | 103 | 0 | 25 | 103 | 23 | 51 | 73 | 66 |
| Binary | 11001110 | 10100011 | 1000011 | 0 | 10101 | 1000011 | 10011 | 101001 | 111011 | 110110 |
Color Harmonies of #CEA343
Complementary color
Monochromatic Colors of #CEA343
Black with #CEA343
Text Example
Text Example
White with #CEA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA343; }
p { color: rgb(206,163,67); }
H1.HeaderClassName
{
color: #CEA343;
}
.AnyTagClassName
{
color: #CEA343;
}
</style>
background-color css
<style>
a { background-color: #CEA343; }
a { background-color: rgb(206,163,67); }
div.DivClassName
{
background-color: #CEA343;
}
.BgClassName
{
background-color: #CEA343;
}
</style>
border-color css
<style>
span { border-color: #CEA343; }
span { border-color: rgb(206,163,67); }
td.TdClassName
{
border-color: #CEA343;
}
.TagClassName
{
border-color: #CEA343;
}
</style>