Shades of Sundance #CEB047
Tints of Sundance #CEB047
RGB
CMYK
RGB Variations
Color information
#CEB047 (or 0xCEB047) is known color: Sundance. HEX triplet: CE, B0 and 47. RGB value is (206,176,71). Sum of RGB (Red+Green+Blue) = 206+176+71=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB047 is #314FB8. Grayscale: #ADADAD. Windows color (decimal): -3231673 or 4698318. OLE color: 4698318.
HSL color Cylindrical-coordinate representation of color #CEB047: hue angle of 46.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEB047 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 71 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.19 |
| HSL | 46.67º | 0.58% | 0.54% | - |
| HSV(B) | 46.67º | 0.66% | 0.81% | - |
| XYZ | 42.12 | 44.63 | 12.36 | - |
| YUV | 173 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 71 | 0 | 0.15 | 0.66 | 0.19 | 46.67 | 0.58 | 0.54 |
| Hex | CE | B0 | 47 | 0 | F | 42 | 13 | 2F | 3A | 36 |
| Octal | 316 | 260 | 107 | 0 | 17 | 102 | 23 | 57 | 72 | 66 |
| Binary | 11001110 | 10110000 | 1000111 | 0 | 1111 | 1000010 | 10011 | 101111 | 111010 | 110110 |
Color Harmonies of #CEB047
Complementary color
Monochromatic Colors of #CEB047
Black with #CEB047
Text Example
Text Example
White with #CEB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB047; }
p { color: rgb(206,176,71); }
H1.HeaderClassName
{
color: #CEB047;
}
.AnyTagClassName
{
color: #CEB047;
}
</style>
background-color css
<style>
a { background-color: #CEB047; }
a { background-color: rgb(206,176,71); }
div.DivClassName
{
background-color: #CEB047;
}
.BgClassName
{
background-color: #CEB047;
}
</style>
border-color css
<style>
span { border-color: #CEB047; }
span { border-color: rgb(206,176,71); }
td.TdClassName
{
border-color: #CEB047;
}
.TagClassName
{
border-color: #CEB047;
}
</style>