Shades of Sundance #C8AC4D
Tints of Sundance #C8AC4D
RGB
CMYK
RGB Variations
Color information
#C8AC4D (or 0xC8AC4D) is known color: Sundance. HEX triplet: C8, AC and 4D. RGB value is (200,172,77). Sum of RGB (Red+Green+Blue) = 200+172+77=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC4D is #3753B2. Grayscale: #A9A9A9. Windows color (decimal): -3625907 or 5090504. OLE color: 5090504.
HSL color Cylindrical-coordinate representation of color #C8AC4D: hue angle of 46.34º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8AC4D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 77 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.22 |
| HSL | 46.34º | 0.53% | 0.54% | - |
| HSV(B) | 46.34º | 0.62% | 0.78% | - |
| XYZ | 39.91 | 42.32 | 13.09 | - |
| YUV | 169.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 77 | 0 | 0.14 | 0.62 | 0.22 | 46.34 | 0.53 | 0.54 |
| Hex | C8 | AC | 4D | 0 | E | 3E | 16 | 2E | 35 | 36 |
| Octal | 310 | 254 | 115 | 0 | 16 | 76 | 26 | 56 | 65 | 66 |
| Binary | 11001000 | 10101100 | 1001101 | 0 | 1110 | 111110 | 10110 | 101110 | 110101 | 110110 |
Color Harmonies of #C8AC4D
Complementary color
Monochromatic Colors of #C8AC4D
Black with #C8AC4D
Text Example
Text Example
White with #C8AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC4D; }
p { color: rgb(200,172,77); }
H1.HeaderClassName
{
color: #C8AC4D;
}
.AnyTagClassName
{
color: #C8AC4D;
}
</style>
background-color css
<style>
a { background-color: #C8AC4D; }
a { background-color: rgb(200,172,77); }
div.DivClassName
{
background-color: #C8AC4D;
}
.BgClassName
{
background-color: #C8AC4D;
}
</style>
border-color css
<style>
span { border-color: #C8AC4D; }
span { border-color: rgb(200,172,77); }
td.TdClassName
{
border-color: #C8AC4D;
}
.TagClassName
{
border-color: #C8AC4D;
}
</style>