Shades of Sundance #C8AE4D
Tints of Sundance #C8AE4D
RGB
CMYK
RGB Variations
Color information
#C8AE4D (or 0xC8AE4D) is known color: Sundance. HEX triplet: C8, AE and 4D. RGB value is (200,174,77). Sum of RGB (Red+Green+Blue) = 200+174+77=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE4D is #3751B2. Grayscale: #ABABAB. Windows color (decimal): -3625395 or 5091016. OLE color: 5091016.
HSL color Cylindrical-coordinate representation of color #C8AE4D: hue angle of 47.32º 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 #C8AE4D is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 77 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.22 |
| HSL | 47.32º | 0.53% | 0.54% | - |
| HSV(B) | 47.32º | 0.62% | 0.78% | - |
| XYZ | 40.3 | 43.09 | 13.21 | - |
| YUV | 170.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 77 | 0 | 0.13 | 0.62 | 0.22 | 47.32 | 0.53 | 0.54 |
| Hex | C8 | AE | 4D | 0 | D | 3E | 16 | 2F | 35 | 36 |
| Octal | 310 | 256 | 115 | 0 | 15 | 76 | 26 | 57 | 65 | 66 |
| Binary | 11001000 | 10101110 | 1001101 | 0 | 1101 | 111110 | 10110 | 101111 | 110101 | 110110 |
Color Harmonies of #C8AE4D
Complementary color
Monochromatic Colors of #C8AE4D
Black with #C8AE4D
Text Example
Text Example
White with #C8AE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE4D; }
p { color: rgb(200,174,77); }
H1.HeaderClassName
{
color: #C8AE4D;
}
.AnyTagClassName
{
color: #C8AE4D;
}
</style>
background-color css
<style>
a { background-color: #C8AE4D; }
a { background-color: rgb(200,174,77); }
div.DivClassName
{
background-color: #C8AE4D;
}
.BgClassName
{
background-color: #C8AE4D;
}
</style>
border-color css
<style>
span { border-color: #C8AE4D; }
span { border-color: rgb(200,174,77); }
td.TdClassName
{
border-color: #C8AE4D;
}
.TagClassName
{
border-color: #C8AE4D;
}
</style>