Shades of Sundance #CEA44C
Tints of Sundance #CEA44C
RGB
CMYK
RGB Variations
Color information
#CEA44C (or 0xCEA44C) is known color: Sundance. HEX triplet: CE, A4 and 4C. RGB value is (206,164,76). Sum of RGB (Red+Green+Blue) = 206+164+76=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA44C is #315BB3. Grayscale: #A6A6A6. Windows color (decimal): -3234740 or 5022926. OLE color: 5022926.
HSL color Cylindrical-coordinate representation of color #CEA44C: hue angle of 40.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEA44C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 76 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.19 |
| HSL | 40.62º | 0.57% | 0.55% | - |
| HSV(B) | 40.62º | 0.63% | 0.81% | - |
| XYZ | 40.03 | 40.19 | 12.49 | - |
| YUV | 166.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 76 | 0 | 0.20 | 0.63 | 0.19 | 40.62 | 0.57 | 0.55 |
| Hex | CE | A4 | 4C | 0 | 14 | 3F | 13 | 29 | 39 | 37 |
| Octal | 316 | 244 | 114 | 0 | 24 | 77 | 23 | 51 | 71 | 67 |
| Binary | 11001110 | 10100100 | 1001100 | 0 | 10100 | 111111 | 10011 | 101001 | 111001 | 110111 |
Color Harmonies of #CEA44C
Complementary color
Monochromatic Colors of #CEA44C
Black with #CEA44C
Text Example
Text Example
White with #CEA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA44C; }
p { color: rgb(206,164,76); }
H1.HeaderClassName
{
color: #CEA44C;
}
.AnyTagClassName
{
color: #CEA44C;
}
</style>
background-color css
<style>
a { background-color: #CEA44C; }
a { background-color: rgb(206,164,76); }
div.DivClassName
{
background-color: #CEA44C;
}
.BgClassName
{
background-color: #CEA44C;
}
</style>
border-color css
<style>
span { border-color: #CEA44C; }
span { border-color: rgb(206,164,76); }
td.TdClassName
{
border-color: #CEA44C;
}
.TagClassName
{
border-color: #CEA44C;
}
</style>