Shades of Sundance #CEA142
Tints of Sundance #CEA142
RGB
CMYK
RGB Variations
Color information
#CEA142 (or 0xCEA142) is known color: Sundance. HEX triplet: CE, A1 and 42. RGB value is (206,161,66). Sum of RGB (Red+Green+Blue) = 206+161+66=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA142 is #315EBD. Grayscale: #A4A4A4. Windows color (decimal): -3235518 or 4366798. OLE color: 4366798.
HSL color Cylindrical-coordinate representation of color #CEA142: hue angle of 40.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEA142 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 66 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.19 |
| HSL | 40.71º | 0.59% | 0.53% | - |
| HSV(B) | 40.71º | 0.68% | 0.81% | - |
| XYZ | 39.18 | 39 | 10.62 | - |
| YUV | 163.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 66 | 0 | 0.22 | 0.68 | 0.19 | 40.71 | 0.59 | 0.53 |
| Hex | CE | A1 | 42 | 0 | 16 | 44 | 13 | 29 | 3B | 35 |
| Octal | 316 | 241 | 102 | 0 | 26 | 104 | 23 | 51 | 73 | 65 |
| Binary | 11001110 | 10100001 | 1000010 | 0 | 10110 | 1000100 | 10011 | 101001 | 111011 | 110101 |
Color Harmonies of #CEA142
Complementary color
Monochromatic Colors of #CEA142
Black with #CEA142
Text Example
Text Example
White with #CEA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA142; }
p { color: rgb(206,161,66); }
H1.HeaderClassName
{
color: #CEA142;
}
.AnyTagClassName
{
color: #CEA142;
}
</style>
background-color css
<style>
a { background-color: #CEA142; }
a { background-color: rgb(206,161,66); }
div.DivClassName
{
background-color: #CEA142;
}
.BgClassName
{
background-color: #CEA142;
}
</style>
border-color css
<style>
span { border-color: #CEA142; }
span { border-color: rgb(206,161,66); }
td.TdClassName
{
border-color: #CEA142;
}
.TagClassName
{
border-color: #CEA142;
}
</style>