Shades of Sundance #CEB150
Tints of Sundance #CEB150
RGB
CMYK
RGB Variations
Color information
#CEB150 (or 0xCEB150) is known color: Sundance. HEX triplet: CE, B1 and 50. RGB value is (206,177,80). Sum of RGB (Red+Green+Blue) = 206+177+80=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB150 is #314EAF. Grayscale: #AFAFAF. Windows color (decimal): -3231408 or 5288398. OLE color: 5288398.
HSL color Cylindrical-coordinate representation of color #CEB150: hue angle of 46.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEB150 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 80 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.19 |
| HSL | 46.19º | 0.56% | 0.56% | - |
| HSV(B) | 46.19º | 0.61% | 0.81% | - |
| XYZ | 42.62 | 45.15 | 14.06 | - |
| YUV | 174.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 80 | 0 | 0.14 | 0.61 | 0.19 | 46.19 | 0.56 | 0.56 |
| Hex | CE | B1 | 50 | 0 | E | 3D | 13 | 2E | 38 | 38 |
| Octal | 316 | 261 | 120 | 0 | 16 | 75 | 23 | 56 | 70 | 70 |
| Binary | 11001110 | 10110001 | 1010000 | 0 | 1110 | 111101 | 10011 | 101110 | 111000 | 111000 |
Color Harmonies of #CEB150
Complementary color
Monochromatic Colors of #CEB150
Black with #CEB150
Text Example
Text Example
White with #CEB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB150; }
p { color: rgb(206,177,80); }
H1.HeaderClassName
{
color: #CEB150;
}
.AnyTagClassName
{
color: #CEB150;
}
</style>
background-color css
<style>
a { background-color: #CEB150; }
a { background-color: rgb(206,177,80); }
div.DivClassName
{
background-color: #CEB150;
}
.BgClassName
{
background-color: #CEB150;
}
</style>
border-color css
<style>
span { border-color: #CEB150; }
span { border-color: rgb(206,177,80); }
td.TdClassName
{
border-color: #CEB150;
}
.TagClassName
{
border-color: #CEB150;
}
</style>