Shades of Sundance #CEAF4D
Tints of Sundance #CEAF4D
RGB
CMYK
RGB Variations
Color information
#CEAF4D (or 0xCEAF4D) is known color: Sundance. HEX triplet: CE, AF and 4D. RGB value is (206,175,77). Sum of RGB (Red+Green+Blue) = 206+175+77=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF4D is #3150B2. Grayscale: #ADADAD. Windows color (decimal): -3231923 or 5091278. OLE color: 5091278.
HSL color Cylindrical-coordinate representation of color #CEAF4D: hue angle of 45.58º 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 #CEAF4D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 77 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.19 |
| HSL | 45.58º | 0.57% | 0.55% | - |
| HSV(B) | 45.58º | 0.63% | 0.81% | - |
| XYZ | 42.12 | 44.32 | 13.36 | - |
| YUV | 173.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 77 | 0 | 0.15 | 0.63 | 0.19 | 45.58 | 0.57 | 0.55 |
| Hex | CE | AF | 4D | 0 | F | 3F | 13 | 2E | 39 | 37 |
| Octal | 316 | 257 | 115 | 0 | 17 | 77 | 23 | 56 | 71 | 67 |
| Binary | 11001110 | 10101111 | 1001101 | 0 | 1111 | 111111 | 10011 | 101110 | 111001 | 110111 |
Color Harmonies of #CEAF4D
Complementary color
Monochromatic Colors of #CEAF4D
Black with #CEAF4D
Text Example
Text Example
White with #CEAF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF4D; }
p { color: rgb(206,175,77); }
H1.HeaderClassName
{
color: #CEAF4D;
}
.AnyTagClassName
{
color: #CEAF4D;
}
</style>
background-color css
<style>
a { background-color: #CEAF4D; }
a { background-color: rgb(206,175,77); }
div.DivClassName
{
background-color: #CEAF4D;
}
.BgClassName
{
background-color: #CEAF4D;
}
</style>
border-color css
<style>
span { border-color: #CEAF4D; }
span { border-color: rgb(206,175,77); }
td.TdClassName
{
border-color: #CEAF4D;
}
.TagClassName
{
border-color: #CEAF4D;
}
</style>