Shades of Sundance #CEA14D
Tints of Sundance #CEA14D
RGB
CMYK
RGB Variations
Color information
#CEA14D (or 0xCEA14D) is known color: Sundance. HEX triplet: CE, A1 and 4D. RGB value is (206,161,77). Sum of RGB (Red+Green+Blue) = 206+161+77=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA14D is #315EB2. Grayscale: #A5A5A5. Windows color (decimal): -3235507 or 5087694. OLE color: 5087694.
HSL color Cylindrical-coordinate representation of color #CEA14D: hue angle of 39.07º 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 #CEA14D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 77 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.19 |
| HSL | 39.07º | 0.57% | 0.55% | - |
| HSV(B) | 39.07º | 0.63% | 0.81% | - |
| XYZ | 39.54 | 39.15 | 12.49 | - |
| YUV | 164.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 77 | 0 | 0.22 | 0.63 | 0.19 | 39.07 | 0.57 | 0.55 |
| Hex | CE | A1 | 4D | 0 | 16 | 3F | 13 | 27 | 39 | 37 |
| Octal | 316 | 241 | 115 | 0 | 26 | 77 | 23 | 47 | 71 | 67 |
| Binary | 11001110 | 10100001 | 1001101 | 0 | 10110 | 111111 | 10011 | 100111 | 111001 | 110111 |
Color Harmonies of #CEA14D
Complementary color
Monochromatic Colors of #CEA14D
Black with #CEA14D
Text Example
Text Example
White with #CEA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA14D; }
p { color: rgb(206,161,77); }
H1.HeaderClassName
{
color: #CEA14D;
}
.AnyTagClassName
{
color: #CEA14D;
}
</style>
background-color css
<style>
a { background-color: #CEA14D; }
a { background-color: rgb(206,161,77); }
div.DivClassName
{
background-color: #CEA14D;
}
.BgClassName
{
background-color: #CEA14D;
}
</style>
border-color css
<style>
span { border-color: #CEA14D; }
span { border-color: rgb(206,161,77); }
td.TdClassName
{
border-color: #CEA14D;
}
.TagClassName
{
border-color: #CEA14D;
}
</style>