Shades of Sundance #CEA544
Tints of Sundance #CEA544
RGB
CMYK
RGB Variations
Color information
#CEA544 (or 0xCEA544) is known color: Sundance. HEX triplet: CE, A5 and 44. RGB value is (206,165,68). Sum of RGB (Red+Green+Blue) = 206+165+68=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA544 is #315ABB. Grayscale: #A6A6A6. Windows color (decimal): -3234492 or 4498894. OLE color: 4498894.
HSL color Cylindrical-coordinate representation of color #CEA544: hue angle of 42.17º 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 #CEA544 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 68 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.19 |
| HSL | 42.17º | 0.58% | 0.54% | - |
| HSV(B) | 42.17º | 0.67% | 0.81% | - |
| XYZ | 39.95 | 40.45 | 11.17 | - |
| YUV | 166.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 68 | 0 | 0.20 | 0.67 | 0.19 | 42.17 | 0.58 | 0.54 |
| Hex | CE | A5 | 44 | 0 | 14 | 43 | 13 | 2A | 3A | 36 |
| Octal | 316 | 245 | 104 | 0 | 24 | 103 | 23 | 52 | 72 | 66 |
| Binary | 11001110 | 10100101 | 1000100 | 0 | 10100 | 1000011 | 10011 | 101010 | 111010 | 110110 |
Color Harmonies of #CEA544
Complementary color
Monochromatic Colors of #CEA544
Black with #CEA544
Text Example
Text Example
White with #CEA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA544; }
p { color: rgb(206,165,68); }
H1.HeaderClassName
{
color: #CEA544;
}
.AnyTagClassName
{
color: #CEA544;
}
</style>
background-color css
<style>
a { background-color: #CEA544; }
a { background-color: rgb(206,165,68); }
div.DivClassName
{
background-color: #CEA544;
}
.BgClassName
{
background-color: #CEA544;
}
</style>
border-color css
<style>
span { border-color: #CEA544; }
span { border-color: rgb(206,165,68); }
td.TdClassName
{
border-color: #CEA544;
}
.TagClassName
{
border-color: #CEA544;
}
</style>