Shades of Sundance #CE9F4C
Tints of Sundance #CE9F4C
RGB
CMYK
RGB Variations
Color information
#CE9F4C (or 0xCE9F4C) is known color: Sundance. HEX triplet: CE, 9F and 4C. RGB value is (206,159,76). Sum of RGB (Red+Green+Blue) = 206+159+76=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F4C is #3160B3. Grayscale: #A3A3A3. Windows color (decimal): -3236020 or 5021646. OLE color: 5021646.
HSL color Cylindrical-coordinate representation of color #CE9F4C: hue angle of 38.31º 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 #CE9F4C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 76 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.19 |
| HSL | 38.31º | 0.57% | 0.55% | - |
| HSV(B) | 38.31º | 0.63% | 0.81% | - |
| XYZ | 39.16 | 38.44 | 12.19 | - |
| YUV | 163.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 76 | 0 | 0.23 | 0.63 | 0.19 | 38.31 | 0.57 | 0.55 |
| Hex | CE | 9F | 4C | 0 | 17 | 3F | 13 | 26 | 39 | 37 |
| Octal | 316 | 237 | 114 | 0 | 27 | 77 | 23 | 46 | 71 | 67 |
| Binary | 11001110 | 10011111 | 1001100 | 0 | 10111 | 111111 | 10011 | 100110 | 111001 | 110111 |
Color Harmonies of #CE9F4C
Complementary color
Monochromatic Colors of #CE9F4C
Black with #CE9F4C
Text Example
Text Example
White with #CE9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F4C; }
p { color: rgb(206,159,76); }
H1.HeaderClassName
{
color: #CE9F4C;
}
.AnyTagClassName
{
color: #CE9F4C;
}
</style>
background-color css
<style>
a { background-color: #CE9F4C; }
a { background-color: rgb(206,159,76); }
div.DivClassName
{
background-color: #CE9F4C;
}
.BgClassName
{
background-color: #CE9F4C;
}
</style>
border-color css
<style>
span { border-color: #CE9F4C; }
span { border-color: rgb(206,159,76); }
td.TdClassName
{
border-color: #CE9F4C;
}
.TagClassName
{
border-color: #CE9F4C;
}
</style>