Shades of Sundance #CEAD52
Tints of Sundance #CEAD52
RGB
CMYK
RGB Variations
Color information
#CEAD52 (or 0xCEAD52) is known color: Sundance. HEX triplet: CE, AD and 52. RGB value is (206,173,82). Sum of RGB (Red+Green+Blue) = 206+173+82=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD52 is #3152AD. Grayscale: #ACACAC. Windows color (decimal): -3232430 or 5418446. OLE color: 5418446.
HSL color Cylindrical-coordinate representation of color #CEAD52: hue angle of 44.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEAD52 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 82 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.19 |
| HSL | 44.03º | 0.56% | 0.56% | - |
| HSV(B) | 44.03º | 0.6% | 0.81% | - |
| XYZ | 41.92 | 43.62 | 14.19 | - |
| YUV | 172.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 82 | 0 | 0.16 | 0.60 | 0.19 | 44.03 | 0.56 | 0.56 |
| Hex | CE | AD | 52 | 0 | 10 | 3C | 13 | 2C | 38 | 38 |
| Octal | 316 | 255 | 122 | 0 | 20 | 74 | 23 | 54 | 70 | 70 |
| Binary | 11001110 | 10101101 | 1010010 | 0 | 10000 | 111100 | 10011 | 101100 | 111000 | 111000 |
Color Harmonies of #CEAD52
Complementary color
Monochromatic Colors of #CEAD52
Black with #CEAD52
Text Example
Text Example
White with #CEAD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD52; }
p { color: rgb(206,173,82); }
H1.HeaderClassName
{
color: #CEAD52;
}
.AnyTagClassName
{
color: #CEAD52;
}
</style>
background-color css
<style>
a { background-color: #CEAD52; }
a { background-color: rgb(206,173,82); }
div.DivClassName
{
background-color: #CEAD52;
}
.BgClassName
{
background-color: #CEAD52;
}
</style>
border-color css
<style>
span { border-color: #CEAD52; }
span { border-color: rgb(206,173,82); }
td.TdClassName
{
border-color: #CEAD52;
}
.TagClassName
{
border-color: #CEAD52;
}
</style>