Shades of Sundance #CEAF53
Tints of Sundance #CEAF53
RGB
CMYK
RGB Variations
Color information
#CEAF53 (or 0xCEAF53) is known color: Sundance. HEX triplet: CE, AF and 53. RGB value is (206,175,83). Sum of RGB (Red+Green+Blue) = 206+175+83=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF53 is #3150AC. Grayscale: #AEAEAE. Windows color (decimal): -3231917 or 5484494. OLE color: 5484494.
HSL color Cylindrical-coordinate representation of color #CEAF53: hue angle of 44.88º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEAF53 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 83 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.19 |
| HSL | 44.88º | 0.56% | 0.57% | - |
| HSV(B) | 44.88º | 0.6% | 0.81% | - |
| XYZ | 42.34 | 44.41 | 14.52 | - |
| YUV | 173.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 83 | 0 | 0.15 | 0.60 | 0.19 | 44.88 | 0.56 | 0.57 |
| Hex | CE | AF | 53 | 0 | F | 3C | 13 | 2D | 38 | 39 |
| Octal | 316 | 257 | 123 | 0 | 17 | 74 | 23 | 55 | 70 | 71 |
| Binary | 11001110 | 10101111 | 1010011 | 0 | 1111 | 111100 | 10011 | 101101 | 111000 | 111001 |
Color Harmonies of #CEAF53
Complementary color
Monochromatic Colors of #CEAF53
Black with #CEAF53
Text Example
Text Example
White with #CEAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF53; }
p { color: rgb(206,175,83); }
H1.HeaderClassName
{
color: #CEAF53;
}
.AnyTagClassName
{
color: #CEAF53;
}
</style>
background-color css
<style>
a { background-color: #CEAF53; }
a { background-color: rgb(206,175,83); }
div.DivClassName
{
background-color: #CEAF53;
}
.BgClassName
{
background-color: #CEAF53;
}
</style>
border-color css
<style>
span { border-color: #CEAF53; }
span { border-color: rgb(206,175,83); }
td.TdClassName
{
border-color: #CEAF53;
}
.TagClassName
{
border-color: #CEAF53;
}
</style>