Shades of Sundance #C8A74A
Tints of Sundance #C8A74A
RGB
CMYK
RGB Variations
Color information
#C8A74A (or 0xC8A74A) is known color: Sundance. HEX triplet: C8, A7 and 4A. RGB value is (200,167,74). Sum of RGB (Red+Green+Blue) = 200+167+74=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A74A is #3758B5. Grayscale: #A6A6A6. Windows color (decimal): -3627190 or 4892616. OLE color: 4892616.
HSL color Cylindrical-coordinate representation of color #C8A74A: hue angle of 44.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8A74A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 74 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.22 |
| HSL | 44.29º | 0.53% | 0.54% | - |
| HSV(B) | 44.29º | 0.63% | 0.78% | - |
| XYZ | 38.87 | 40.41 | 12.23 | - |
| YUV | 166.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 74 | 0 | 0.16 | 0.63 | 0.22 | 44.29 | 0.53 | 0.54 |
| Hex | C8 | A7 | 4A | 0 | 10 | 3F | 16 | 2C | 35 | 36 |
| Octal | 310 | 247 | 112 | 0 | 20 | 77 | 26 | 54 | 65 | 66 |
| Binary | 11001000 | 10100111 | 1001010 | 0 | 10000 | 111111 | 10110 | 101100 | 110101 | 110110 |
Color Harmonies of #C8A74A
Complementary color
Monochromatic Colors of #C8A74A
Black with #C8A74A
Text Example
Text Example
White with #C8A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A74A; }
p { color: rgb(200,167,74); }
H1.HeaderClassName
{
color: #C8A74A;
}
.AnyTagClassName
{
color: #C8A74A;
}
</style>
background-color css
<style>
a { background-color: #C8A74A; }
a { background-color: rgb(200,167,74); }
div.DivClassName
{
background-color: #C8A74A;
}
.BgClassName
{
background-color: #C8A74A;
}
</style>
border-color css
<style>
span { border-color: #C8A74A; }
span { border-color: rgb(200,167,74); }
td.TdClassName
{
border-color: #C8A74A;
}
.TagClassName
{
border-color: #C8A74A;
}
</style>