Shades of Sundance #C0AD4D
Tints of Sundance #C0AD4D
RGB
CMYK
RGB Variations
Color information
#C0AD4D (or 0xC0AD4D) is known color: Sundance. HEX triplet: C0, AD and 4D. RGB value is (192,173,77). Sum of RGB (Red+Green+Blue) = 192+173+77=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD4D is #3F52B2. Grayscale: #A8A8A8. Windows color (decimal): -4149939 or 5090752. OLE color: 5090752.
HSL color Cylindrical-coordinate representation of color #C0AD4D: hue angle of 50.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0AD4D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 77 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.25 |
| HSL | 50.09º | 0.48% | 0.53% | - |
| HSV(B) | 50.09º | 0.6% | 0.75% | - |
| XYZ | 38.02 | 41.63 | 13.05 | - |
| YUV | 167.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 77 | 0 | 0.10 | 0.60 | 0.25 | 50.09 | 0.48 | 0.53 |
| Hex | C0 | AD | 4D | 0 | A | 3C | 19 | 32 | 30 | 35 |
| Octal | 300 | 255 | 115 | 0 | 12 | 74 | 31 | 62 | 60 | 65 |
| Binary | 11000000 | 10101101 | 1001101 | 0 | 1010 | 111100 | 11001 | 110010 | 110000 | 110101 |
Color Harmonies of #C0AD4D
Complementary color
Monochromatic Colors of #C0AD4D
Black with #C0AD4D
Text Example
Text Example
White with #C0AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD4D; }
p { color: rgb(192,173,77); }
H1.HeaderClassName
{
color: #C0AD4D;
}
.AnyTagClassName
{
color: #C0AD4D;
}
</style>
background-color css
<style>
a { background-color: #C0AD4D; }
a { background-color: rgb(192,173,77); }
div.DivClassName
{
background-color: #C0AD4D;
}
.BgClassName
{
background-color: #C0AD4D;
}
</style>
border-color css
<style>
span { border-color: #C0AD4D; }
span { border-color: rgb(192,173,77); }
td.TdClassName
{
border-color: #C0AD4D;
}
.TagClassName
{
border-color: #C0AD4D;
}
</style>