Shades of Sundance #CEB54F
Tints of Sundance #CEB54F
RGB
CMYK
RGB Variations
Color information
#CEB54F (or 0xCEB54F) is known color: Sundance. HEX triplet: CE, B5 and 4F. RGB value is (206,181,79). Sum of RGB (Red+Green+Blue) = 206+181+79=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB54F is #314AB0. Grayscale: #B1B1B1. Windows color (decimal): -3230385 or 5223886. OLE color: 5223886.
HSL color Cylindrical-coordinate representation of color #CEB54F: hue angle of 48.19º degrees, saturation: 0.56, 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 #CEB54F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 79 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.19 |
| HSL | 48.19º | 0.56% | 0.56% | - |
| HSV(B) | 48.19º | 0.62% | 0.81% | - |
| XYZ | 43.39 | 46.73 | 14.13 | - |
| YUV | 176.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 79 | 0 | 0.12 | 0.62 | 0.19 | 48.19 | 0.56 | 0.56 |
| Hex | CE | B5 | 4F | 0 | C | 3E | 13 | 30 | 38 | 38 |
| Octal | 316 | 265 | 117 | 0 | 14 | 76 | 23 | 60 | 70 | 70 |
| Binary | 11001110 | 10110101 | 1001111 | 0 | 1100 | 111110 | 10011 | 110000 | 111000 | 111000 |
Color Harmonies of #CEB54F
Complementary color
Monochromatic Colors of #CEB54F
Black with #CEB54F
Text Example
Text Example
White with #CEB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB54F; }
p { color: rgb(206,181,79); }
H1.HeaderClassName
{
color: #CEB54F;
}
.AnyTagClassName
{
color: #CEB54F;
}
</style>
background-color css
<style>
a { background-color: #CEB54F; }
a { background-color: rgb(206,181,79); }
div.DivClassName
{
background-color: #CEB54F;
}
.BgClassName
{
background-color: #CEB54F;
}
</style>
border-color css
<style>
span { border-color: #CEB54F; }
span { border-color: rgb(206,181,79); }
td.TdClassName
{
border-color: #CEB54F;
}
.TagClassName
{
border-color: #CEB54F;
}
</style>