Shades of Sundance #CEA24D
Tints of Sundance #CEA24D
RGB
CMYK
RGB Variations
Color information
#CEA24D (or 0xCEA24D) is known color: Sundance. HEX triplet: CE, A2 and 4D. RGB value is (206,162,77). Sum of RGB (Red+Green+Blue) = 206+162+77=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA24D is #315DB2. Grayscale: #A5A5A5. Windows color (decimal): -3235251 or 5087950. OLE color: 5087950.
HSL color Cylindrical-coordinate representation of color #CEA24D: hue angle of 39.53º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEA24D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 77 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.19 |
| HSL | 39.53º | 0.57% | 0.55% | - |
| HSV(B) | 39.53º | 0.63% | 0.81% | - |
| XYZ | 39.71 | 39.5 | 12.55 | - |
| YUV | 165.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 77 | 0 | 0.21 | 0.63 | 0.19 | 39.53 | 0.57 | 0.55 |
| Hex | CE | A2 | 4D | 0 | 15 | 3F | 13 | 28 | 39 | 37 |
| Octal | 316 | 242 | 115 | 0 | 25 | 77 | 23 | 50 | 71 | 67 |
| Binary | 11001110 | 10100010 | 1001101 | 0 | 10101 | 111111 | 10011 | 101000 | 111001 | 110111 |
Color Harmonies of #CEA24D
Complementary color
Monochromatic Colors of #CEA24D
Black with #CEA24D
Text Example
Text Example
White with #CEA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA24D; }
p { color: rgb(206,162,77); }
H1.HeaderClassName
{
color: #CEA24D;
}
.AnyTagClassName
{
color: #CEA24D;
}
</style>
background-color css
<style>
a { background-color: #CEA24D; }
a { background-color: rgb(206,162,77); }
div.DivClassName
{
background-color: #CEA24D;
}
.BgClassName
{
background-color: #CEA24D;
}
</style>
border-color css
<style>
span { border-color: #CEA24D; }
span { border-color: rgb(206,162,77); }
td.TdClassName
{
border-color: #CEA24D;
}
.TagClassName
{
border-color: #CEA24D;
}
</style>