Shades of Sundance #CEAD4A
Tints of Sundance #CEAD4A
RGB
CMYK
RGB Variations
Color information
#CEAD4A (or 0xCEAD4A) is known color: Sundance. HEX triplet: CE, AD and 4A. RGB value is (206,173,74). Sum of RGB (Red+Green+Blue) = 206+173+74=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD4A is #3152B5. Grayscale: #ACACAC. Windows color (decimal): -3232438 or 4894158. OLE color: 4894158.
HSL color Cylindrical-coordinate representation of color #CEAD4A: hue angle of 45º 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 #CEAD4A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 74 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.19 |
| HSL | 45º | 0.57% | 0.55% | - |
| HSV(B) | 45º | 0.64% | 0.81% | - |
| XYZ | 41.63 | 43.5 | 12.68 | - |
| YUV | 171.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 74 | 0 | 0.16 | 0.64 | 0.19 | 45 | 0.57 | 0.55 |
| Hex | CE | AD | 4A | 0 | 10 | 40 | 13 | 2D | 39 | 37 |
| Octal | 316 | 255 | 112 | 0 | 20 | 100 | 23 | 55 | 71 | 67 |
| Binary | 11001110 | 10101101 | 1001010 | 0 | 10000 | 1000000 | 10011 | 101101 | 111001 | 110111 |
Color Harmonies of #CEAD4A
Complementary color
Monochromatic Colors of #CEAD4A
Black with #CEAD4A
Text Example
Text Example
White with #CEAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD4A; }
p { color: rgb(206,173,74); }
H1.HeaderClassName
{
color: #CEAD4A;
}
.AnyTagClassName
{
color: #CEAD4A;
}
</style>
background-color css
<style>
a { background-color: #CEAD4A; }
a { background-color: rgb(206,173,74); }
div.DivClassName
{
background-color: #CEAD4A;
}
.BgClassName
{
background-color: #CEAD4A;
}
</style>
border-color css
<style>
span { border-color: #CEAD4A; }
span { border-color: rgb(206,173,74); }
td.TdClassName
{
border-color: #CEAD4A;
}
.TagClassName
{
border-color: #CEAD4A;
}
</style>