Shades of Sundance #CEA04C
Tints of Sundance #CEA04C
RGB
CMYK
RGB Variations
Color information
#CEA04C (or 0xCEA04C) is known color: Sundance. HEX triplet: CE, A0 and 4C. RGB value is (206,160,76). Sum of RGB (Red+Green+Blue) = 206+160+76=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA04C is #315FB3. Grayscale: #A4A4A4. Windows color (decimal): -3235764 or 5021902. OLE color: 5021902.
HSL color Cylindrical-coordinate representation of color #CEA04C: hue angle of 38.77º 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 #CEA04C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 76 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.19 |
| HSL | 38.77º | 0.57% | 0.55% | - |
| HSV(B) | 38.77º | 0.63% | 0.81% | - |
| XYZ | 39.33 | 38.79 | 12.25 | - |
| YUV | 164.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 76 | 0 | 0.22 | 0.63 | 0.19 | 38.77 | 0.57 | 0.55 |
| Hex | CE | A0 | 4C | 0 | 16 | 3F | 13 | 27 | 39 | 37 |
| Octal | 316 | 240 | 114 | 0 | 26 | 77 | 23 | 47 | 71 | 67 |
| Binary | 11001110 | 10100000 | 1001100 | 0 | 10110 | 111111 | 10011 | 100111 | 111001 | 110111 |
Color Harmonies of #CEA04C
Complementary color
Monochromatic Colors of #CEA04C
Black with #CEA04C
Text Example
Text Example
White with #CEA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA04C; }
p { color: rgb(206,160,76); }
H1.HeaderClassName
{
color: #CEA04C;
}
.AnyTagClassName
{
color: #CEA04C;
}
</style>
background-color css
<style>
a { background-color: #CEA04C; }
a { background-color: rgb(206,160,76); }
div.DivClassName
{
background-color: #CEA04C;
}
.BgClassName
{
background-color: #CEA04C;
}
</style>
border-color css
<style>
span { border-color: #CEA04C; }
span { border-color: rgb(206,160,76); }
td.TdClassName
{
border-color: #CEA04C;
}
.TagClassName
{
border-color: #CEA04C;
}
</style>