Shades of Sundance #CEAA4D
Tints of Sundance #CEAA4D
RGB
CMYK
RGB Variations
Color information
#CEAA4D (or 0xCEAA4D) is known color: Sundance. HEX triplet: CE, AA and 4D. RGB value is (206,170,77). Sum of RGB (Red+Green+Blue) = 206+170+77=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA4D is #3155B2. Grayscale: #AAAAAA. Windows color (decimal): -3233203 or 5089998. OLE color: 5089998.
HSL color Cylindrical-coordinate representation of color #CEAA4D: hue angle of 43.26º 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 #CEAA4D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 77 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.19 |
| HSL | 43.26º | 0.57% | 0.55% | - |
| HSV(B) | 43.26º | 0.63% | 0.81% | - |
| XYZ | 41.17 | 42.41 | 13.04 | - |
| YUV | 170.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 77 | 0 | 0.17 | 0.63 | 0.19 | 43.26 | 0.57 | 0.55 |
| Hex | CE | AA | 4D | 0 | 11 | 3F | 13 | 2B | 39 | 37 |
| Octal | 316 | 252 | 115 | 0 | 21 | 77 | 23 | 53 | 71 | 67 |
| Binary | 11001110 | 10101010 | 1001101 | 0 | 10001 | 111111 | 10011 | 101011 | 111001 | 110111 |
Color Harmonies of #CEAA4D
Complementary color
Monochromatic Colors of #CEAA4D
Black with #CEAA4D
Text Example
Text Example
White with #CEAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA4D; }
p { color: rgb(206,170,77); }
H1.HeaderClassName
{
color: #CEAA4D;
}
.AnyTagClassName
{
color: #CEAA4D;
}
</style>
background-color css
<style>
a { background-color: #CEAA4D; }
a { background-color: rgb(206,170,77); }
div.DivClassName
{
background-color: #CEAA4D;
}
.BgClassName
{
background-color: #CEAA4D;
}
</style>
border-color css
<style>
span { border-color: #CEAA4D; }
span { border-color: rgb(206,170,77); }
td.TdClassName
{
border-color: #CEAA4D;
}
.TagClassName
{
border-color: #CEAA4D;
}
</style>