Shades of Sundance #CEA44E
Tints of Sundance #CEA44E
RGB
CMYK
RGB Variations
Color information
#CEA44E (or 0xCEA44E) is known color: Sundance. HEX triplet: CE, A4 and 4E. RGB value is (206,164,78). Sum of RGB (Red+Green+Blue) = 206+164+78=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA44E is #315BB1. Grayscale: #A7A7A7. Windows color (decimal): -3234738 or 5153998. OLE color: 5153998.
HSL color Cylindrical-coordinate representation of color #CEA44E: hue angle of 40.31º degrees, saturation: 0.57, 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 #CEA44E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 78 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.19 |
| HSL | 40.31º | 0.57% | 0.56% | - |
| HSV(B) | 40.31º | 0.62% | 0.81% | - |
| XYZ | 40.1 | 40.22 | 12.86 | - |
| YUV | 166.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 78 | 0 | 0.20 | 0.62 | 0.19 | 40.31 | 0.57 | 0.56 |
| Hex | CE | A4 | 4E | 0 | 14 | 3E | 13 | 28 | 39 | 38 |
| Octal | 316 | 244 | 116 | 0 | 24 | 76 | 23 | 50 | 71 | 70 |
| Binary | 11001110 | 10100100 | 1001110 | 0 | 10100 | 111110 | 10011 | 101000 | 111001 | 111000 |
Color Harmonies of #CEA44E
Complementary color
Monochromatic Colors of #CEA44E
Black with #CEA44E
Text Example
Text Example
White with #CEA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA44E; }
p { color: rgb(206,164,78); }
H1.HeaderClassName
{
color: #CEA44E;
}
.AnyTagClassName
{
color: #CEA44E;
}
</style>
background-color css
<style>
a { background-color: #CEA44E; }
a { background-color: rgb(206,164,78); }
div.DivClassName
{
background-color: #CEA44E;
}
.BgClassName
{
background-color: #CEA44E;
}
</style>
border-color css
<style>
span { border-color: #CEA44E; }
span { border-color: rgb(206,164,78); }
td.TdClassName
{
border-color: #CEA44E;
}
.TagClassName
{
border-color: #CEA44E;
}
</style>