Shades of Sundance #CEB251
Tints of Sundance #CEB251
RGB
CMYK
RGB Variations
Color information
#CEB251 (or 0xCEB251) is known color: Sundance. HEX triplet: CE, B2 and 51. RGB value is (206,178,81). Sum of RGB (Red+Green+Blue) = 206+178+81=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB251 is #314DAE. Grayscale: #AFAFAF. Windows color (decimal): -3231151 or 5354190. OLE color: 5354190.
HSL color Cylindrical-coordinate representation of color #CEB251: hue angle of 46.56º 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 #CEB251 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 81 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.19 |
| HSL | 46.56º | 0.56% | 0.56% | - |
| HSV(B) | 46.56º | 0.61% | 0.81% | - |
| XYZ | 42.86 | 45.56 | 14.32 | - |
| YUV | 175.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 81 | 0 | 0.14 | 0.61 | 0.19 | 46.56 | 0.56 | 0.56 |
| Hex | CE | B2 | 51 | 0 | E | 3D | 13 | 2F | 38 | 38 |
| Octal | 316 | 262 | 121 | 0 | 16 | 75 | 23 | 57 | 70 | 70 |
| Binary | 11001110 | 10110010 | 1010001 | 0 | 1110 | 111101 | 10011 | 101111 | 111000 | 111000 |
Color Harmonies of #CEB251
Complementary color
Monochromatic Colors of #CEB251
Black with #CEB251
Text Example
Text Example
White with #CEB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB251; }
p { color: rgb(206,178,81); }
H1.HeaderClassName
{
color: #CEB251;
}
.AnyTagClassName
{
color: #CEB251;
}
</style>
background-color css
<style>
a { background-color: #CEB251; }
a { background-color: rgb(206,178,81); }
div.DivClassName
{
background-color: #CEB251;
}
.BgClassName
{
background-color: #CEB251;
}
</style>
border-color css
<style>
span { border-color: #CEB251; }
span { border-color: rgb(206,178,81); }
td.TdClassName
{
border-color: #CEB251;
}
.TagClassName
{
border-color: #CEB251;
}
</style>