Shades of Sundance #CEAE4D
Tints of Sundance #CEAE4D
RGB
CMYK
RGB Variations
Color information
#CEAE4D (or 0xCEAE4D) is known color: Sundance. HEX triplet: CE, AE and 4D. RGB value is (206,174,77). Sum of RGB (Red+Green+Blue) = 206+174+77=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE4D is #3151B2. Grayscale: #ACACAC. Windows color (decimal): -3232179 or 5091022. OLE color: 5091022.
HSL color Cylindrical-coordinate representation of color #CEAE4D: hue angle of 45.12º 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 #CEAE4D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 77 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.19 |
| HSL | 45.12º | 0.57% | 0.55% | - |
| HSV(B) | 45.12º | 0.63% | 0.81% | - |
| XYZ | 41.93 | 43.93 | 13.29 | - |
| YUV | 172.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 77 | 0 | 0.16 | 0.63 | 0.19 | 45.12 | 0.57 | 0.55 |
| Hex | CE | AE | 4D | 0 | 10 | 3F | 13 | 2D | 39 | 37 |
| Octal | 316 | 256 | 115 | 0 | 20 | 77 | 23 | 55 | 71 | 67 |
| Binary | 11001110 | 10101110 | 1001101 | 0 | 10000 | 111111 | 10011 | 101101 | 111001 | 110111 |
Color Harmonies of #CEAE4D
Complementary color
Monochromatic Colors of #CEAE4D
Black with #CEAE4D
Text Example
Text Example
White with #CEAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE4D; }
p { color: rgb(206,174,77); }
H1.HeaderClassName
{
color: #CEAE4D;
}
.AnyTagClassName
{
color: #CEAE4D;
}
</style>
background-color css
<style>
a { background-color: #CEAE4D; }
a { background-color: rgb(206,174,77); }
div.DivClassName
{
background-color: #CEAE4D;
}
.BgClassName
{
background-color: #CEAE4D;
}
</style>
border-color css
<style>
span { border-color: #CEAE4D; }
span { border-color: rgb(206,174,77); }
td.TdClassName
{
border-color: #CEAE4D;
}
.TagClassName
{
border-color: #CEAE4D;
}
</style>