Shades of Sundance #CEB84E
Tints of Sundance #CEB84E
RGB
CMYK
RGB Variations
Color information
#CEB84E (or 0xCEB84E) is known color: Sundance. HEX triplet: CE, B8 and 4E. RGB value is (206,184,78). Sum of RGB (Red+Green+Blue) = 206+184+78=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB84E is #3147B1. Grayscale: #B2B2B2. Windows color (decimal): -3229618 or 5159118. OLE color: 5159118.
HSL color Cylindrical-coordinate representation of color #CEB84E: hue angle of 49.69º 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 #CEB84E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 78 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.19 |
| HSL | 49.69º | 0.57% | 0.56% | - |
| HSV(B) | 49.69º | 0.62% | 0.81% | - |
| XYZ | 43.97 | 47.95 | 14.15 | - |
| YUV | 178.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 78 | 0 | 0.11 | 0.62 | 0.19 | 49.69 | 0.57 | 0.56 |
| Hex | CE | B8 | 4E | 0 | B | 3E | 13 | 32 | 39 | 38 |
| Octal | 316 | 270 | 116 | 0 | 13 | 76 | 23 | 62 | 71 | 70 |
| Binary | 11001110 | 10111000 | 1001110 | 0 | 1011 | 111110 | 10011 | 110010 | 111001 | 111000 |
Color Harmonies of #CEB84E
Complementary color
Monochromatic Colors of #CEB84E
Black with #CEB84E
Text Example
Text Example
White with #CEB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB84E; }
p { color: rgb(206,184,78); }
H1.HeaderClassName
{
color: #CEB84E;
}
.AnyTagClassName
{
color: #CEB84E;
}
</style>
background-color css
<style>
a { background-color: #CEB84E; }
a { background-color: rgb(206,184,78); }
div.DivClassName
{
background-color: #CEB84E;
}
.BgClassName
{
background-color: #CEB84E;
}
</style>
border-color css
<style>
span { border-color: #CEB84E; }
span { border-color: rgb(206,184,78); }
td.TdClassName
{
border-color: #CEB84E;
}
.TagClassName
{
border-color: #CEB84E;
}
</style>