Shades of Sundance #CEB74F
Tints of Sundance #CEB74F
RGB
CMYK
RGB Variations
Color information
#CEB74F (or 0xCEB74F) is known color: Sundance. HEX triplet: CE, B7 and 4F. RGB value is (206,183,79). Sum of RGB (Red+Green+Blue) = 206+183+79=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB74F is #3148B0. Grayscale: #B2B2B2. Windows color (decimal): -3229873 or 5224398. OLE color: 5224398.
HSL color Cylindrical-coordinate representation of color #CEB74F: hue angle of 49.13º degrees, saturation: 0.56, 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 #CEB74F is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 79 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.19 |
| HSL | 49.13º | 0.56% | 0.56% | - |
| HSV(B) | 49.13º | 0.62% | 0.81% | - |
| XYZ | 43.8 | 47.55 | 14.27 | - |
| YUV | 178.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 79 | 0 | 0.11 | 0.62 | 0.19 | 49.13 | 0.56 | 0.56 |
| Hex | CE | B7 | 4F | 0 | B | 3E | 13 | 31 | 38 | 38 |
| Octal | 316 | 267 | 117 | 0 | 13 | 76 | 23 | 61 | 70 | 70 |
| Binary | 11001110 | 10110111 | 1001111 | 0 | 1011 | 111110 | 10011 | 110001 | 111000 | 111000 |
Color Harmonies of #CEB74F
Complementary color
Monochromatic Colors of #CEB74F
Black with #CEB74F
Text Example
Text Example
White with #CEB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB74F; }
p { color: rgb(206,183,79); }
H1.HeaderClassName
{
color: #CEB74F;
}
.AnyTagClassName
{
color: #CEB74F;
}
</style>
background-color css
<style>
a { background-color: #CEB74F; }
a { background-color: rgb(206,183,79); }
div.DivClassName
{
background-color: #CEB74F;
}
.BgClassName
{
background-color: #CEB74F;
}
</style>
border-color css
<style>
span { border-color: #CEB74F; }
span { border-color: rgb(206,183,79); }
td.TdClassName
{
border-color: #CEB74F;
}
.TagClassName
{
border-color: #CEB74F;
}
</style>