Shades of Sundance #CEB04D
Tints of Sundance #CEB04D
RGB
CMYK
RGB Variations
Color information
#CEB04D (or 0xCEB04D) is known color: Sundance. HEX triplet: CE, B0 and 4D. RGB value is (206,176,77). Sum of RGB (Red+Green+Blue) = 206+176+77=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB04D is #314FB2. Grayscale: #AEAEAE. Windows color (decimal): -3231667 or 5091534. OLE color: 5091534.
HSL color Cylindrical-coordinate representation of color #CEB04D: hue angle of 46.05º 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 #CEB04D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 77 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.19 |
| HSL | 46.05º | 0.57% | 0.55% | - |
| HSV(B) | 46.05º | 0.63% | 0.81% | - |
| XYZ | 42.32 | 44.71 | 13.42 | - |
| YUV | 173.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 77 | 0 | 0.15 | 0.63 | 0.19 | 46.05 | 0.57 | 0.55 |
| Hex | CE | B0 | 4D | 0 | F | 3F | 13 | 2E | 39 | 37 |
| Octal | 316 | 260 | 115 | 0 | 17 | 77 | 23 | 56 | 71 | 67 |
| Binary | 11001110 | 10110000 | 1001101 | 0 | 1111 | 111111 | 10011 | 101110 | 111001 | 110111 |
Color Harmonies of #CEB04D
Complementary color
Monochromatic Colors of #CEB04D
Black with #CEB04D
Text Example
Text Example
White with #CEB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB04D; }
p { color: rgb(206,176,77); }
H1.HeaderClassName
{
color: #CEB04D;
}
.AnyTagClassName
{
color: #CEB04D;
}
</style>
background-color css
<style>
a { background-color: #CEB04D; }
a { background-color: rgb(206,176,77); }
div.DivClassName
{
background-color: #CEB04D;
}
.BgClassName
{
background-color: #CEB04D;
}
</style>
border-color css
<style>
span { border-color: #CEB04D; }
span { border-color: rgb(206,176,77); }
td.TdClassName
{
border-color: #CEB04D;
}
.TagClassName
{
border-color: #CEB04D;
}
</style>