Shades of Sundance #CEA143
Tints of Sundance #CEA143
RGB
CMYK
RGB Variations
Color information
#CEA143 (or 0xCEA143) is known color: Sundance. HEX triplet: CE, A1 and 43. RGB value is (206,161,67). Sum of RGB (Red+Green+Blue) = 206+161+67=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA143 is #315EBC. Grayscale: #A4A4A4. Windows color (decimal): -3235517 or 4432334. OLE color: 4432334.
HSL color Cylindrical-coordinate representation of color #CEA143: hue angle of 40.58º 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 #CEA143 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 67 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.19 |
| HSL | 40.58º | 0.59% | 0.54% | - |
| HSV(B) | 40.58º | 0.67% | 0.81% | - |
| XYZ | 39.21 | 39.02 | 10.77 | - |
| YUV | 163.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 67 | 0 | 0.22 | 0.67 | 0.19 | 40.58 | 0.59 | 0.54 |
| Hex | CE | A1 | 43 | 0 | 16 | 43 | 13 | 29 | 3B | 36 |
| Octal | 316 | 241 | 103 | 0 | 26 | 103 | 23 | 51 | 73 | 66 |
| Binary | 11001110 | 10100001 | 1000011 | 0 | 10110 | 1000011 | 10011 | 101001 | 111011 | 110110 |
Color Harmonies of #CEA143
Complementary color
Monochromatic Colors of #CEA143
Black with #CEA143
Text Example
Text Example
White with #CEA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA143; }
p { color: rgb(206,161,67); }
H1.HeaderClassName
{
color: #CEA143;
}
.AnyTagClassName
{
color: #CEA143;
}
</style>
background-color css
<style>
a { background-color: #CEA143; }
a { background-color: rgb(206,161,67); }
div.DivClassName
{
background-color: #CEA143;
}
.BgClassName
{
background-color: #CEA143;
}
</style>
border-color css
<style>
span { border-color: #CEA143; }
span { border-color: rgb(206,161,67); }
td.TdClassName
{
border-color: #CEA143;
}
.TagClassName
{
border-color: #CEA143;
}
</style>