Shades of Sundance #C8A544
Tints of Sundance #C8A544
RGB
CMYK
RGB Variations
Color information
#C8A544 (or 0xC8A544) is known color: Sundance. HEX triplet: C8, A5 and 44. RGB value is (200,165,68). Sum of RGB (Red+Green+Blue) = 200+165+68=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A544 is #375ABB. Grayscale: #A4A4A4. Windows color (decimal): -3627708 or 4498888. OLE color: 4498888.
HSL color Cylindrical-coordinate representation of color #C8A544: hue angle of 44.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8A544 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 68 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.22 |
| HSL | 44.09º | 0.55% | 0.53% | - |
| HSV(B) | 44.09º | 0.66% | 0.78% | - |
| XYZ | 38.32 | 39.61 | 11.09 | - |
| YUV | 164.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 68 | 0 | 0.18 | 0.66 | 0.22 | 44.09 | 0.55 | 0.53 |
| Hex | C8 | A5 | 44 | 0 | 12 | 42 | 16 | 2C | 37 | 35 |
| Octal | 310 | 245 | 104 | 0 | 22 | 102 | 26 | 54 | 67 | 65 |
| Binary | 11001000 | 10100101 | 1000100 | 0 | 10010 | 1000010 | 10110 | 101100 | 110111 | 110101 |
Color Harmonies of #C8A544
Complementary color
Monochromatic Colors of #C8A544
Black with #C8A544
Text Example
Text Example
White with #C8A544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A544; }
p { color: rgb(200,165,68); }
H1.HeaderClassName
{
color: #C8A544;
}
.AnyTagClassName
{
color: #C8A544;
}
</style>
background-color css
<style>
a { background-color: #C8A544; }
a { background-color: rgb(200,165,68); }
div.DivClassName
{
background-color: #C8A544;
}
.BgClassName
{
background-color: #C8A544;
}
</style>
border-color css
<style>
span { border-color: #C8A544; }
span { border-color: rgb(200,165,68); }
td.TdClassName
{
border-color: #C8A544;
}
.TagClassName
{
border-color: #C8A544;
}
</style>