Shades of Sundance #CEB14D
Tints of Sundance #CEB14D
RGB
CMYK
RGB Variations
Color information
#CEB14D (or 0xCEB14D) is known color: Sundance. HEX triplet: CE, B1 and 4D. RGB value is (206,177,77). Sum of RGB (Red+Green+Blue) = 206+177+77=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB14D is #314EB2. Grayscale: #AEAEAE. Windows color (decimal): -3231411 or 5091790. OLE color: 5091790.
HSL color Cylindrical-coordinate representation of color #CEB14D: hue angle of 46.51º 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 #CEB14D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 77 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.19 |
| HSL | 46.51º | 0.57% | 0.55% | - |
| HSV(B) | 46.51º | 0.63% | 0.81% | - |
| XYZ | 42.52 | 45.1 | 13.49 | - |
| YUV | 174.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 77 | 0 | 0.14 | 0.63 | 0.19 | 46.51 | 0.57 | 0.55 |
| Hex | CE | B1 | 4D | 0 | E | 3F | 13 | 2F | 39 | 37 |
| Octal | 316 | 261 | 115 | 0 | 16 | 77 | 23 | 57 | 71 | 67 |
| Binary | 11001110 | 10110001 | 1001101 | 0 | 1110 | 111111 | 10011 | 101111 | 111001 | 110111 |
Color Harmonies of #CEB14D
Complementary color
Monochromatic Colors of #CEB14D
Black with #CEB14D
Text Example
Text Example
White with #CEB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB14D; }
p { color: rgb(206,177,77); }
H1.HeaderClassName
{
color: #CEB14D;
}
.AnyTagClassName
{
color: #CEB14D;
}
</style>
background-color css
<style>
a { background-color: #CEB14D; }
a { background-color: rgb(206,177,77); }
div.DivClassName
{
background-color: #CEB14D;
}
.BgClassName
{
background-color: #CEB14D;
}
</style>
border-color css
<style>
span { border-color: #CEB14D; }
span { border-color: rgb(206,177,77); }
td.TdClassName
{
border-color: #CEB14D;
}
.TagClassName
{
border-color: #CEB14D;
}
</style>