Shades of Sundance #CEB54E
Tints of Sundance #CEB54E
RGB
CMYK
RGB Variations
Color information
#CEB54E (or 0xCEB54E) is known color: Sundance. HEX triplet: CE, B5 and 4E. RGB value is (206,181,78). Sum of RGB (Red+Green+Blue) = 206+181+78=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB54E is #314AB1. Grayscale: #B1B1B1. Windows color (decimal): -3230386 or 5158350. OLE color: 5158350.
HSL color Cylindrical-coordinate representation of color #CEB54E: hue angle of 48.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEB54E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 78 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.19 |
| HSL | 48.28º | 0.57% | 0.56% | - |
| HSV(B) | 48.28º | 0.62% | 0.81% | - |
| XYZ | 43.35 | 46.72 | 13.94 | - |
| YUV | 176.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 78 | 0 | 0.12 | 0.62 | 0.19 | 48.28 | 0.57 | 0.56 |
| Hex | CE | B5 | 4E | 0 | C | 3E | 13 | 30 | 39 | 38 |
| Octal | 316 | 265 | 116 | 0 | 14 | 76 | 23 | 60 | 71 | 70 |
| Binary | 11001110 | 10110101 | 1001110 | 0 | 1100 | 111110 | 10011 | 110000 | 111001 | 111000 |
Color Harmonies of #CEB54E
Complementary color
Monochromatic Colors of #CEB54E
Black with #CEB54E
Text Example
Text Example
White with #CEB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB54E; }
p { color: rgb(206,181,78); }
H1.HeaderClassName
{
color: #CEB54E;
}
.AnyTagClassName
{
color: #CEB54E;
}
</style>
background-color css
<style>
a { background-color: #CEB54E; }
a { background-color: rgb(206,181,78); }
div.DivClassName
{
background-color: #CEB54E;
}
.BgClassName
{
background-color: #CEB54E;
}
</style>
border-color css
<style>
span { border-color: #CEB54E; }
span { border-color: rgb(206,181,78); }
td.TdClassName
{
border-color: #CEB54E;
}
.TagClassName
{
border-color: #CEB54E;
}
</style>