Shades of Sundance #CEB14C
Tints of Sundance #CEB14C
RGB
CMYK
RGB Variations
Color information
#CEB14C (or 0xCEB14C) is known color: Sundance. HEX triplet: CE, B1 and 4C. RGB value is (206,177,76). Sum of RGB (Red+Green+Blue) = 206+177+76=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB14C is #314EB3. Grayscale: #AEAEAE. Windows color (decimal): -3231412 or 5026254. OLE color: 5026254.
HSL color Cylindrical-coordinate representation of color #CEB14C: hue angle of 46.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEB14C is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 76 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.19 |
| HSL | 46.62º | 0.57% | 0.55% | - |
| HSV(B) | 46.62º | 0.63% | 0.81% | - |
| XYZ | 42.48 | 45.09 | 13.3 | - |
| YUV | 174.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 76 | 0 | 0.14 | 0.63 | 0.19 | 46.62 | 0.57 | 0.55 |
| Hex | CE | B1 | 4C | 0 | E | 3F | 13 | 2F | 39 | 37 |
| Octal | 316 | 261 | 114 | 0 | 16 | 77 | 23 | 57 | 71 | 67 |
| Binary | 11001110 | 10110001 | 1001100 | 0 | 1110 | 111111 | 10011 | 101111 | 111001 | 110111 |
Color Harmonies of #CEB14C
Complementary color
Monochromatic Colors of #CEB14C
Black with #CEB14C
Text Example
Text Example
White with #CEB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB14C; }
p { color: rgb(206,177,76); }
H1.HeaderClassName
{
color: #CEB14C;
}
.AnyTagClassName
{
color: #CEB14C;
}
</style>
background-color css
<style>
a { background-color: #CEB14C; }
a { background-color: rgb(206,177,76); }
div.DivClassName
{
background-color: #CEB14C;
}
.BgClassName
{
background-color: #CEB14C;
}
</style>
border-color css
<style>
span { border-color: #CEB14C; }
span { border-color: rgb(206,177,76); }
td.TdClassName
{
border-color: #CEB14C;
}
.TagClassName
{
border-color: #CEB14C;
}
</style>