Shades of Sundance #CEAB50
Tints of Sundance #CEAB50
RGB
CMYK
RGB Variations
Color information
#CEAB50 (or 0xCEAB50) is known color: Sundance. HEX triplet: CE, AB and 50. RGB value is (206,171,80). Sum of RGB (Red+Green+Blue) = 206+171+80=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB50 is #3154AF. Grayscale: #ABABAB. Windows color (decimal): -3232944 or 5286862. OLE color: 5286862.
HSL color Cylindrical-coordinate representation of color #CEAB50: hue angle of 43.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEAB50 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 80 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.19 |
| HSL | 43.33º | 0.56% | 0.56% | - |
| HSV(B) | 43.33º | 0.61% | 0.81% | - |
| XYZ | 41.46 | 42.83 | 13.67 | - |
| YUV | 171.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 80 | 0 | 0.17 | 0.61 | 0.19 | 43.33 | 0.56 | 0.56 |
| Hex | CE | AB | 50 | 0 | 11 | 3D | 13 | 2B | 38 | 38 |
| Octal | 316 | 253 | 120 | 0 | 21 | 75 | 23 | 53 | 70 | 70 |
| Binary | 11001110 | 10101011 | 1010000 | 0 | 10001 | 111101 | 10011 | 101011 | 111000 | 111000 |
Color Harmonies of #CEAB50
Complementary color
Monochromatic Colors of #CEAB50
Black with #CEAB50
Text Example
Text Example
White with #CEAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB50; }
p { color: rgb(206,171,80); }
H1.HeaderClassName
{
color: #CEAB50;
}
.AnyTagClassName
{
color: #CEAB50;
}
</style>
background-color css
<style>
a { background-color: #CEAB50; }
a { background-color: rgb(206,171,80); }
div.DivClassName
{
background-color: #CEAB50;
}
.BgClassName
{
background-color: #CEAB50;
}
</style>
border-color css
<style>
span { border-color: #CEAB50; }
span { border-color: rgb(206,171,80); }
td.TdClassName
{
border-color: #CEAB50;
}
.TagClassName
{
border-color: #CEAB50;
}
</style>