Shades of Sundance #CEB04E
Tints of Sundance #CEB04E
RGB
CMYK
RGB Variations
Color information
#CEB04E (or 0xCEB04E) is known color: Sundance. HEX triplet: CE, B0 and 4E. RGB value is (206,176,78). Sum of RGB (Red+Green+Blue) = 206+176+78=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB04E is #314FB1. Grayscale: #AEAEAE. Windows color (decimal): -3231666 or 5157070. OLE color: 5157070.
HSL color Cylindrical-coordinate representation of color #CEB04E: hue angle of 45.94º 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 #CEB04E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 78 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.19 |
| HSL | 45.94º | 0.57% | 0.56% | - |
| HSV(B) | 45.94º | 0.62% | 0.81% | - |
| XYZ | 42.35 | 44.72 | 13.61 | - |
| YUV | 173.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 78 | 0 | 0.15 | 0.62 | 0.19 | 45.94 | 0.57 | 0.56 |
| Hex | CE | B0 | 4E | 0 | F | 3E | 13 | 2E | 39 | 38 |
| Octal | 316 | 260 | 116 | 0 | 17 | 76 | 23 | 56 | 71 | 70 |
| Binary | 11001110 | 10110000 | 1001110 | 0 | 1111 | 111110 | 10011 | 101110 | 111001 | 111000 |
Color Harmonies of #CEB04E
Complementary color
Monochromatic Colors of #CEB04E
Black with #CEB04E
Text Example
Text Example
White with #CEB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB04E; }
p { color: rgb(206,176,78); }
H1.HeaderClassName
{
color: #CEB04E;
}
.AnyTagClassName
{
color: #CEB04E;
}
</style>
background-color css
<style>
a { background-color: #CEB04E; }
a { background-color: rgb(206,176,78); }
div.DivClassName
{
background-color: #CEB04E;
}
.BgClassName
{
background-color: #CEB04E;
}
</style>
border-color css
<style>
span { border-color: #CEB04E; }
span { border-color: rgb(206,176,78); }
td.TdClassName
{
border-color: #CEB04E;
}
.TagClassName
{
border-color: #CEB04E;
}
</style>