Shades of Sundance #CEAD4B
Tints of Sundance #CEAD4B
RGB
CMYK
RGB Variations
Color information
#CEAD4B (or 0xCEAD4B) is known color: Sundance. HEX triplet: CE, AD and 4B. RGB value is (206,173,75). Sum of RGB (Red+Green+Blue) = 206+173+75=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD4B is #3152B4. Grayscale: #ACACAC. Windows color (decimal): -3232437 or 4959694. OLE color: 4959694.
HSL color Cylindrical-coordinate representation of color #CEAD4B: hue angle of 44.89º 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 #CEAD4B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 75 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.19 |
| HSL | 44.89º | 0.57% | 0.55% | - |
| HSV(B) | 44.89º | 0.64% | 0.81% | - |
| XYZ | 41.67 | 43.52 | 12.86 | - |
| YUV | 171.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 75 | 0 | 0.16 | 0.64 | 0.19 | 44.89 | 0.57 | 0.55 |
| Hex | CE | AD | 4B | 0 | 10 | 40 | 13 | 2D | 39 | 37 |
| Octal | 316 | 255 | 113 | 0 | 20 | 100 | 23 | 55 | 71 | 67 |
| Binary | 11001110 | 10101101 | 1001011 | 0 | 10000 | 1000000 | 10011 | 101101 | 111001 | 110111 |
Color Harmonies of #CEAD4B
Complementary color
Monochromatic Colors of #CEAD4B
Black with #CEAD4B
Text Example
Text Example
White with #CEAD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD4B; }
p { color: rgb(206,173,75); }
H1.HeaderClassName
{
color: #CEAD4B;
}
.AnyTagClassName
{
color: #CEAD4B;
}
</style>
background-color css
<style>
a { background-color: #CEAD4B; }
a { background-color: rgb(206,173,75); }
div.DivClassName
{
background-color: #CEAD4B;
}
.BgClassName
{
background-color: #CEAD4B;
}
</style>
border-color css
<style>
span { border-color: #CEAD4B; }
span { border-color: rgb(206,173,75); }
td.TdClassName
{
border-color: #CEAD4B;
}
.TagClassName
{
border-color: #CEAD4B;
}
</style>