Shades of Sundance #CEA445
Tints of Sundance #CEA445
RGB
CMYK
RGB Variations
Color information
#CEA445 (or 0xCEA445) is known color: Sundance. HEX triplet: CE, A4 and 45. RGB value is (206,164,69). Sum of RGB (Red+Green+Blue) = 206+164+69=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA445 is #315BBA. Grayscale: #A6A6A6. Windows color (decimal): -3234747 or 4564174. OLE color: 4564174.
HSL color Cylindrical-coordinate representation of color #CEA445: hue angle of 41.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 #CEA445 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 69 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.19 |
| HSL | 41.61º | 0.58% | 0.54% | - |
| HSV(B) | 41.61º | 0.67% | 0.81% | - |
| XYZ | 39.8 | 40.1 | 11.27 | - |
| YUV | 165.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 69 | 0 | 0.20 | 0.67 | 0.19 | 41.61 | 0.58 | 0.54 |
| Hex | CE | A4 | 45 | 0 | 14 | 43 | 13 | 2A | 3A | 36 |
| Octal | 316 | 244 | 105 | 0 | 24 | 103 | 23 | 52 | 72 | 66 |
| Binary | 11001110 | 10100100 | 1000101 | 0 | 10100 | 1000011 | 10011 | 101010 | 111010 | 110110 |
Color Harmonies of #CEA445
Complementary color
Monochromatic Colors of #CEA445
Black with #CEA445
Text Example
Text Example
White with #CEA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA445; }
p { color: rgb(206,164,69); }
H1.HeaderClassName
{
color: #CEA445;
}
.AnyTagClassName
{
color: #CEA445;
}
</style>
background-color css
<style>
a { background-color: #CEA445; }
a { background-color: rgb(206,164,69); }
div.DivClassName
{
background-color: #CEA445;
}
.BgClassName
{
background-color: #CEA445;
}
</style>
border-color css
<style>
span { border-color: #CEA445; }
span { border-color: rgb(206,164,69); }
td.TdClassName
{
border-color: #CEA445;
}
.TagClassName
{
border-color: #CEA445;
}
</style>