Shades of Sundance #CEAF51
Tints of Sundance #CEAF51
RGB
CMYK
RGB Variations
Color information
#CEAF51 (or 0xCEAF51) is known color: Sundance. HEX triplet: CE, AF and 51. RGB value is (206,175,81). Sum of RGB (Red+Green+Blue) = 206+175+81=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF51 is #3150AE. Grayscale: #ADADAD. Windows color (decimal): -3231919 or 5353422. OLE color: 5353422.
HSL color Cylindrical-coordinate representation of color #CEAF51: hue angle of 45.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEAF51 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 81 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.19 |
| HSL | 45.12º | 0.56% | 0.56% | - |
| HSV(B) | 45.12º | 0.61% | 0.81% | - |
| XYZ | 42.27 | 44.38 | 14.12 | - |
| YUV | 173.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 81 | 0 | 0.15 | 0.61 | 0.19 | 45.12 | 0.56 | 0.56 |
| Hex | CE | AF | 51 | 0 | F | 3D | 13 | 2D | 38 | 38 |
| Octal | 316 | 257 | 121 | 0 | 17 | 75 | 23 | 55 | 70 | 70 |
| Binary | 11001110 | 10101111 | 1010001 | 0 | 1111 | 111101 | 10011 | 101101 | 111000 | 111000 |
Color Harmonies of #CEAF51
Complementary color
Monochromatic Colors of #CEAF51
Black with #CEAF51
Text Example
Text Example
White with #CEAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF51; }
p { color: rgb(206,175,81); }
H1.HeaderClassName
{
color: #CEAF51;
}
.AnyTagClassName
{
color: #CEAF51;
}
</style>
background-color css
<style>
a { background-color: #CEAF51; }
a { background-color: rgb(206,175,81); }
div.DivClassName
{
background-color: #CEAF51;
}
.BgClassName
{
background-color: #CEAF51;
}
</style>
border-color css
<style>
span { border-color: #CEAF51; }
span { border-color: rgb(206,175,81); }
td.TdClassName
{
border-color: #CEAF51;
}
.TagClassName
{
border-color: #CEAF51;
}
</style>