Shades of Sundance #C8A03D
Tints of Sundance #C8A03D
RGB
CMYK
RGB Variations
Color information
#C8A03D (or 0xC8A03D) is known color: Sundance. HEX triplet: C8, A0 and 3D. RGB value is (200,160,61). Sum of RGB (Red+Green+Blue) = 200+160+61=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A03D is #375FC2. Grayscale: #A1A1A1. Windows color (decimal): -3628995 or 4038856. OLE color: 4038856.
HSL color Cylindrical-coordinate representation of color #C8A03D: hue angle of 42.73º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8A03D is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 61 | - |
| CMYK | 0 | 0.2 | 0.69 | 0.22 |
| HSL | 42.73º | 0.56% | 0.51% | - |
| HSV(B) | 42.73º | 0.7% | 0.78% | - |
| XYZ | 37.23 | 37.76 | 9.74 | - |
| YUV | 160.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 61 | 0 | 0.2 | 0.69 | 0.22 | 42.73 | 0.56 | 0.51 |
| Hex | C8 | A0 | 3D | 0 | 14 | 45 | 16 | 2B | 38 | 33 |
| Octal | 310 | 240 | 75 | 0 | 24 | 105 | 26 | 53 | 70 | 63 |
| Binary | 11001000 | 10100000 | 111101 | 0 | 10100 | 1000101 | 10110 | 101011 | 111000 | 110011 |
Color Harmonies of #C8A03D
Complementary color
Monochromatic Colors of #C8A03D
Black with #C8A03D
Text Example
Text Example
White with #C8A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A03D; }
p { color: rgb(200,160,61); }
H1.HeaderClassName
{
color: #C8A03D;
}
.AnyTagClassName
{
color: #C8A03D;
}
</style>
background-color css
<style>
a { background-color: #C8A03D; }
a { background-color: rgb(200,160,61); }
div.DivClassName
{
background-color: #C8A03D;
}
.BgClassName
{
background-color: #C8A03D;
}
</style>
border-color css
<style>
span { border-color: #C8A03D; }
span { border-color: rgb(200,160,61); }
td.TdClassName
{
border-color: #C8A03D;
}
.TagClassName
{
border-color: #C8A03D;
}
</style>