Shades of Sundance #CEA946
Tints of Sundance #CEA946
RGB
CMYK
RGB Variations
Color information
#CEA946 (or 0xCEA946) is known color: Sundance. HEX triplet: CE, A9 and 46. RGB value is (206,169,70). Sum of RGB (Red+Green+Blue) = 206+169+70=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA946 is #3156B9. Grayscale: #A9A9A9. Windows color (decimal): -3233466 or 4630990. OLE color: 4630990.
HSL color Cylindrical-coordinate representation of color #CEA946: hue angle of 43.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEA946 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 70 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.19 |
| HSL | 43.68º | 0.58% | 0.54% | - |
| HSV(B) | 43.68º | 0.66% | 0.81% | - |
| XYZ | 40.75 | 41.94 | 11.74 | - |
| YUV | 168.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 70 | 0 | 0.18 | 0.66 | 0.19 | 43.68 | 0.58 | 0.54 |
| Hex | CE | A9 | 46 | 0 | 12 | 42 | 13 | 2C | 3A | 36 |
| Octal | 316 | 251 | 106 | 0 | 22 | 102 | 23 | 54 | 72 | 66 |
| Binary | 11001110 | 10101001 | 1000110 | 0 | 10010 | 1000010 | 10011 | 101100 | 111010 | 110110 |
Color Harmonies of #CEA946
Complementary color
Monochromatic Colors of #CEA946
Black with #CEA946
Text Example
Text Example
White with #CEA946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA946; }
p { color: rgb(206,169,70); }
H1.HeaderClassName
{
color: #CEA946;
}
.AnyTagClassName
{
color: #CEA946;
}
</style>
background-color css
<style>
a { background-color: #CEA946; }
a { background-color: rgb(206,169,70); }
div.DivClassName
{
background-color: #CEA946;
}
.BgClassName
{
background-color: #CEA946;
}
</style>
border-color css
<style>
span { border-color: #CEA946; }
span { border-color: rgb(206,169,70); }
td.TdClassName
{
border-color: #CEA946;
}
.TagClassName
{
border-color: #CEA946;
}
</style>