Shades of Sundance #CEAC49
Tints of Sundance #CEAC49
RGB
CMYK
RGB Variations
Color information
#CEAC49 (or 0xCEAC49) is known color: Sundance. HEX triplet: CE, AC and 49. RGB value is (206,172,73). Sum of RGB (Red+Green+Blue) = 206+172+73=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC49 is #3153B6. Grayscale: #ABABAB. Windows color (decimal): -3232695 or 4828366. OLE color: 4828366.
HSL color Cylindrical-coordinate representation of color #CEAC49: hue angle of 44.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEAC49 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 73 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.19 |
| HSL | 44.66º | 0.58% | 0.55% | - |
| HSV(B) | 44.66º | 0.65% | 0.81% | - |
| XYZ | 41.41 | 43.11 | 12.44 | - |
| YUV | 170.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 73 | 0 | 0.17 | 0.65 | 0.19 | 44.66 | 0.58 | 0.55 |
| Hex | CE | AC | 49 | 0 | 11 | 41 | 13 | 2D | 3A | 37 |
| Octal | 316 | 254 | 111 | 0 | 21 | 101 | 23 | 55 | 72 | 67 |
| Binary | 11001110 | 10101100 | 1001001 | 0 | 10001 | 1000001 | 10011 | 101101 | 111010 | 110111 |
Color Harmonies of #CEAC49
Complementary color
Monochromatic Colors of #CEAC49
Black with #CEAC49
Text Example
Text Example
White with #CEAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC49; }
p { color: rgb(206,172,73); }
H1.HeaderClassName
{
color: #CEAC49;
}
.AnyTagClassName
{
color: #CEAC49;
}
</style>
background-color css
<style>
a { background-color: #CEAC49; }
a { background-color: rgb(206,172,73); }
div.DivClassName
{
background-color: #CEAC49;
}
.BgClassName
{
background-color: #CEAC49;
}
</style>
border-color css
<style>
span { border-color: #CEAC49; }
span { border-color: rgb(206,172,73); }
td.TdClassName
{
border-color: #CEAC49;
}
.TagClassName
{
border-color: #CEAC49;
}
</style>