Shades of Sundance #CEA54C
Tints of Sundance #CEA54C
RGB
CMYK
RGB Variations
Color information
#CEA54C (or 0xCEA54C) is known color: Sundance. HEX triplet: CE, A5 and 4C. RGB value is (206,165,76). Sum of RGB (Red+Green+Blue) = 206+165+76=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA54C is #315AB3. Grayscale: #A7A7A7. Windows color (decimal): -3234484 or 5023182. OLE color: 5023182.
HSL color Cylindrical-coordinate representation of color #CEA54C: hue angle of 41.08º 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 #CEA54C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 76 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.19 |
| HSL | 41.08º | 0.57% | 0.55% | - |
| HSV(B) | 41.08º | 0.63% | 0.81% | - |
| XYZ | 40.21 | 40.55 | 12.55 | - |
| YUV | 167.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 76 | 0 | 0.20 | 0.63 | 0.19 | 41.08 | 0.57 | 0.55 |
| Hex | CE | A5 | 4C | 0 | 14 | 3F | 13 | 29 | 39 | 37 |
| Octal | 316 | 245 | 114 | 0 | 24 | 77 | 23 | 51 | 71 | 67 |
| Binary | 11001110 | 10100101 | 1001100 | 0 | 10100 | 111111 | 10011 | 101001 | 111001 | 110111 |
Color Harmonies of #CEA54C
Complementary color
Monochromatic Colors of #CEA54C
Black with #CEA54C
Text Example
Text Example
White with #CEA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA54C; }
p { color: rgb(206,165,76); }
H1.HeaderClassName
{
color: #CEA54C;
}
.AnyTagClassName
{
color: #CEA54C;
}
</style>
background-color css
<style>
a { background-color: #CEA54C; }
a { background-color: rgb(206,165,76); }
div.DivClassName
{
background-color: #CEA54C;
}
.BgClassName
{
background-color: #CEA54C;
}
</style>
border-color css
<style>
span { border-color: #CEA54C; }
span { border-color: rgb(206,165,76); }
td.TdClassName
{
border-color: #CEA54C;
}
.TagClassName
{
border-color: #CEA54C;
}
</style>