Shades of Sundance #CEA04B
Tints of Sundance #CEA04B
RGB
CMYK
RGB Variations
Color information
#CEA04B (or 0xCEA04B) is known color: Sundance. HEX triplet: CE, A0 and 4B. RGB value is (206,160,75). Sum of RGB (Red+Green+Blue) = 206+160+75=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA04B is #315FB4. Grayscale: #A4A4A4. Windows color (decimal): -3235765 or 4956366. OLE color: 4956366.
HSL color Cylindrical-coordinate representation of color #CEA04B: hue angle of 38.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEA04B is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 75 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.19 |
| HSL | 38.93º | 0.57% | 0.55% | - |
| HSV(B) | 38.93º | 0.64% | 0.81% | - |
| XYZ | 39.29 | 38.77 | 12.07 | - |
| YUV | 164.06 | 77.74 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 75 | 0 | 0.22 | 0.64 | 0.19 | 38.93 | 0.57 | 0.55 |
| Hex | CE | A0 | 4B | 0 | 16 | 40 | 13 | 27 | 39 | 37 |
| Octal | 316 | 240 | 113 | 0 | 26 | 100 | 23 | 47 | 71 | 67 |
| Binary | 11001110 | 10100000 | 1001011 | 0 | 10110 | 1000000 | 10011 | 100111 | 111001 | 110111 |
Color Harmonies of #CEA04B
Complementary color
Monochromatic Colors of #CEA04B
Black with #CEA04B
Text Example
Text Example
White with #CEA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA04B; }
p { color: rgb(206,160,75); }
H1.HeaderClassName
{
color: #CEA04B;
}
.AnyTagClassName
{
color: #CEA04B;
}
</style>
background-color css
<style>
a { background-color: #CEA04B; }
a { background-color: rgb(206,160,75); }
div.DivClassName
{
background-color: #CEA04B;
}
.BgClassName
{
background-color: #CEA04B;
}
</style>
border-color css
<style>
span { border-color: #CEA04B; }
span { border-color: rgb(206,160,75); }
td.TdClassName
{
border-color: #CEA04B;
}
.TagClassName
{
border-color: #CEA04B;
}
</style>