Shades of Sundance #CEB74C
Tints of Sundance #CEB74C
RGB
CMYK
RGB Variations
Color information
#CEB74C (or 0xCEB74C) is known color: Sundance. HEX triplet: CE, B7 and 4C. RGB value is (206,183,76). Sum of RGB (Red+Green+Blue) = 206+183+76=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB74C is #3148B3. Grayscale: #B2B2B2. Windows color (decimal): -3229876 or 5027790. OLE color: 5027790.
HSL color Cylindrical-coordinate representation of color #CEB74C: hue angle of 49.38º 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 #CEB74C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 76 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.19 |
| HSL | 49.38º | 0.57% | 0.55% | - |
| HSV(B) | 49.38º | 0.63% | 0.81% | - |
| XYZ | 43.69 | 47.51 | 13.71 | - |
| YUV | 177.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 76 | 0 | 0.11 | 0.63 | 0.19 | 49.38 | 0.57 | 0.55 |
| Hex | CE | B7 | 4C | 0 | B | 3F | 13 | 31 | 39 | 37 |
| Octal | 316 | 267 | 114 | 0 | 13 | 77 | 23 | 61 | 71 | 67 |
| Binary | 11001110 | 10110111 | 1001100 | 0 | 1011 | 111111 | 10011 | 110001 | 111001 | 110111 |
Color Harmonies of #CEB74C
Complementary color
Monochromatic Colors of #CEB74C
Black with #CEB74C
Text Example
Text Example
White with #CEB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB74C; }
p { color: rgb(206,183,76); }
H1.HeaderClassName
{
color: #CEB74C;
}
.AnyTagClassName
{
color: #CEB74C;
}
</style>
background-color css
<style>
a { background-color: #CEB74C; }
a { background-color: rgb(206,183,76); }
div.DivClassName
{
background-color: #CEB74C;
}
.BgClassName
{
background-color: #CEB74C;
}
</style>
border-color css
<style>
span { border-color: #CEB74C; }
span { border-color: rgb(206,183,76); }
td.TdClassName
{
border-color: #CEB74C;
}
.TagClassName
{
border-color: #CEB74C;
}
</style>