Shades of Sundance #CEB44E
Tints of Sundance #CEB44E
RGB
CMYK
RGB Variations
Color information
#CEB44E (or 0xCEB44E) is known color: Sundance. HEX triplet: CE, B4 and 4E. RGB value is (206,180,78). Sum of RGB (Red+Green+Blue) = 206+180+78=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB44E is #314BB1. Grayscale: #B0B0B0. Windows color (decimal): -3230642 or 5158094. OLE color: 5158094.
HSL color Cylindrical-coordinate representation of color #CEB44E: hue angle of 47.81º degrees, saturation: 0.57, 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 #CEB44E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 78 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.19 |
| HSL | 47.81º | 0.57% | 0.56% | - |
| HSV(B) | 47.81º | 0.62% | 0.81% | - |
| XYZ | 43.15 | 46.31 | 13.87 | - |
| YUV | 176.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 78 | 0 | 0.13 | 0.62 | 0.19 | 47.81 | 0.57 | 0.56 |
| Hex | CE | B4 | 4E | 0 | D | 3E | 13 | 30 | 39 | 38 |
| Octal | 316 | 264 | 116 | 0 | 15 | 76 | 23 | 60 | 71 | 70 |
| Binary | 11001110 | 10110100 | 1001110 | 0 | 1101 | 111110 | 10011 | 110000 | 111001 | 111000 |
Color Harmonies of #CEB44E
Complementary color
Monochromatic Colors of #CEB44E
Black with #CEB44E
Text Example
Text Example
White with #CEB44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB44E; }
p { color: rgb(206,180,78); }
H1.HeaderClassName
{
color: #CEB44E;
}
.AnyTagClassName
{
color: #CEB44E;
}
</style>
background-color css
<style>
a { background-color: #CEB44E; }
a { background-color: rgb(206,180,78); }
div.DivClassName
{
background-color: #CEB44E;
}
.BgClassName
{
background-color: #CEB44E;
}
</style>
border-color css
<style>
span { border-color: #CEB44E; }
span { border-color: rgb(206,180,78); }
td.TdClassName
{
border-color: #CEB44E;
}
.TagClassName
{
border-color: #CEB44E;
}
</style>