Shades of Sundance #CEA442
Tints of Sundance #CEA442
RGB
CMYK
RGB Variations
Color information
#CEA442 (or 0xCEA442) is known color: Sundance. HEX triplet: CE, A4 and 42. RGB value is (206,164,66). Sum of RGB (Red+Green+Blue) = 206+164+66=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA442 is #315BBD. Grayscale: #A5A5A5. Windows color (decimal): -3234750 or 4367566. OLE color: 4367566.
HSL color Cylindrical-coordinate representation of color #CEA442: hue angle of 42º 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 #CEA442 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 66 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.19 |
| HSL | 42º | 0.59% | 0.53% | - |
| HSV(B) | 42º | 0.68% | 0.81% | - |
| XYZ | 39.71 | 40.07 | 10.79 | - |
| YUV | 165.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 66 | 0 | 0.20 | 0.68 | 0.19 | 42 | 0.59 | 0.53 |
| Hex | CE | A4 | 42 | 0 | 14 | 44 | 13 | 2A | 3B | 35 |
| Octal | 316 | 244 | 102 | 0 | 24 | 104 | 23 | 52 | 73 | 65 |
| Binary | 11001110 | 10100100 | 1000010 | 0 | 10100 | 1000100 | 10011 | 101010 | 111011 | 110101 |
Color Harmonies of #CEA442
Complementary color
Monochromatic Colors of #CEA442
Black with #CEA442
Text Example
Text Example
White with #CEA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA442; }
p { color: rgb(206,164,66); }
H1.HeaderClassName
{
color: #CEA442;
}
.AnyTagClassName
{
color: #CEA442;
}
</style>
background-color css
<style>
a { background-color: #CEA442; }
a { background-color: rgb(206,164,66); }
div.DivClassName
{
background-color: #CEA442;
}
.BgClassName
{
background-color: #CEA442;
}
</style>
border-color css
<style>
span { border-color: #CEA442; }
span { border-color: rgb(206,164,66); }
td.TdClassName
{
border-color: #CEA442;
}
.TagClassName
{
border-color: #CEA442;
}
</style>