Shades of Sundance #C8AD54
Tints of Sundance #C8AD54
RGB
CMYK
RGB Variations
Color information
#C8AD54 (or 0xC8AD54) is known color: Sundance. HEX triplet: C8, AD and 54. RGB value is (200,173,84). Sum of RGB (Red+Green+Blue) = 200+173+84=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD54 is #3752AB. Grayscale: #ABABAB. Windows color (decimal): -3625644 or 5549512. OLE color: 5549512.
HSL color Cylindrical-coordinate representation of color #C8AD54: hue angle of 46.03º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8AD54 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 84 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.22 |
| HSL | 46.03º | 0.51% | 0.56% | - |
| HSV(B) | 46.03º | 0.58% | 0.78% | - |
| XYZ | 40.36 | 42.81 | 14.52 | - |
| YUV | 170.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 84 | 0 | 0.14 | 0.58 | 0.22 | 46.03 | 0.51 | 0.56 |
| Hex | C8 | AD | 54 | 0 | E | 3A | 16 | 2E | 33 | 38 |
| Octal | 310 | 255 | 124 | 0 | 16 | 72 | 26 | 56 | 63 | 70 |
| Binary | 11001000 | 10101101 | 1010100 | 0 | 1110 | 111010 | 10110 | 101110 | 110011 | 111000 |
Color Harmonies of #C8AD54
Complementary color
Monochromatic Colors of #C8AD54
Black with #C8AD54
Text Example
Text Example
White with #C8AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD54; }
p { color: rgb(200,173,84); }
H1.HeaderClassName
{
color: #C8AD54;
}
.AnyTagClassName
{
color: #C8AD54;
}
</style>
background-color css
<style>
a { background-color: #C8AD54; }
a { background-color: rgb(200,173,84); }
div.DivClassName
{
background-color: #C8AD54;
}
.BgClassName
{
background-color: #C8AD54;
}
</style>
border-color css
<style>
span { border-color: #C8AD54; }
span { border-color: rgb(200,173,84); }
td.TdClassName
{
border-color: #C8AD54;
}
.TagClassName
{
border-color: #C8AD54;
}
</style>