Shades of Sundance #CEAA4C
Tints of Sundance #CEAA4C
RGB
CMYK
RGB Variations
Color information
#CEAA4C (or 0xCEAA4C) is known color: Sundance. HEX triplet: CE, AA and 4C. RGB value is (206,170,76). Sum of RGB (Red+Green+Blue) = 206+170+76=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA4C is #3155B3. Grayscale: #AAAAAA. Windows color (decimal): -3233204 or 5024462. OLE color: 5024462.
HSL color Cylindrical-coordinate representation of color #CEAA4C: hue angle of 43.38º 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 #CEAA4C is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 76 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.19 |
| HSL | 43.38º | 0.57% | 0.55% | - |
| HSV(B) | 43.38º | 0.63% | 0.81% | - |
| XYZ | 41.13 | 42.39 | 12.85 | - |
| YUV | 170.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 76 | 0 | 0.17 | 0.63 | 0.19 | 43.38 | 0.57 | 0.55 |
| Hex | CE | AA | 4C | 0 | 11 | 3F | 13 | 2B | 39 | 37 |
| Octal | 316 | 252 | 114 | 0 | 21 | 77 | 23 | 53 | 71 | 67 |
| Binary | 11001110 | 10101010 | 1001100 | 0 | 10001 | 111111 | 10011 | 101011 | 111001 | 110111 |
Color Harmonies of #CEAA4C
Complementary color
Monochromatic Colors of #CEAA4C
Black with #CEAA4C
Text Example
Text Example
White with #CEAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA4C; }
p { color: rgb(206,170,76); }
H1.HeaderClassName
{
color: #CEAA4C;
}
.AnyTagClassName
{
color: #CEAA4C;
}
</style>
background-color css
<style>
a { background-color: #CEAA4C; }
a { background-color: rgb(206,170,76); }
div.DivClassName
{
background-color: #CEAA4C;
}
.BgClassName
{
background-color: #CEAA4C;
}
</style>
border-color css
<style>
span { border-color: #CEAA4C; }
span { border-color: rgb(206,170,76); }
td.TdClassName
{
border-color: #CEAA4C;
}
.TagClassName
{
border-color: #CEAA4C;
}
</style>