Shades of Sundance #CEA644
Tints of Sundance #CEA644
RGB
CMYK
RGB Variations
Color information
#CEA644 (or 0xCEA644) is known color: Sundance. HEX triplet: CE, A6 and 44. RGB value is (206,166,68). Sum of RGB (Red+Green+Blue) = 206+166+68=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA644 is #3159BB. Grayscale: #A7A7A7. Windows color (decimal): -3234236 or 4499150. OLE color: 4499150.
HSL color Cylindrical-coordinate representation of color #CEA644: hue angle of 42.61º degrees, saturation: 0.58, 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 #CEA644 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 68 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.19 |
| HSL | 42.61º | 0.58% | 0.54% | - |
| HSV(B) | 42.61º | 0.67% | 0.81% | - |
| XYZ | 40.13 | 40.81 | 11.23 | - |
| YUV | 166.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 68 | 0 | 0.19 | 0.67 | 0.19 | 42.61 | 0.58 | 0.54 |
| Hex | CE | A6 | 44 | 0 | 13 | 43 | 13 | 2B | 3A | 36 |
| Octal | 316 | 246 | 104 | 0 | 23 | 103 | 23 | 53 | 72 | 66 |
| Binary | 11001110 | 10100110 | 1000100 | 0 | 10011 | 1000011 | 10011 | 101011 | 111010 | 110110 |
Color Harmonies of #CEA644
Complementary color
Monochromatic Colors of #CEA644
Black with #CEA644
Text Example
Text Example
White with #CEA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA644; }
p { color: rgb(206,166,68); }
H1.HeaderClassName
{
color: #CEA644;
}
.AnyTagClassName
{
color: #CEA644;
}
</style>
background-color css
<style>
a { background-color: #CEA644; }
a { background-color: rgb(206,166,68); }
div.DivClassName
{
background-color: #CEA644;
}
.BgClassName
{
background-color: #CEA644;
}
</style>
border-color css
<style>
span { border-color: #CEA644; }
span { border-color: rgb(206,166,68); }
td.TdClassName
{
border-color: #CEA644;
}
.TagClassName
{
border-color: #CEA644;
}
</style>