Shades of Sundance #C0AD44
Tints of Sundance #C0AD44
RGB
CMYK
RGB Variations
Color information
#C0AD44 (or 0xC0AD44) is known color: Sundance. HEX triplet: C0, AD and 44. RGB value is (192,173,68). Sum of RGB (Red+Green+Blue) = 192+173+68=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD44 is #3F52BB. Grayscale: #A7A7A7. Windows color (decimal): -4149948 or 4500928. OLE color: 4500928.
HSL color Cylindrical-coordinate representation of color #C0AD44: hue angle of 50.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0AD44 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 68 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.25 |
| HSL | 50.81º | 0.5% | 0.51% | - |
| HSV(B) | 50.81º | 0.65% | 0.75% | - |
| XYZ | 37.73 | 41.51 | 11.49 | - |
| YUV | 166.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 68 | 0 | 0.10 | 0.65 | 0.25 | 50.81 | 0.5 | 0.51 |
| Hex | C0 | AD | 44 | 0 | A | 41 | 19 | 33 | 32 | 33 |
| Octal | 300 | 255 | 104 | 0 | 12 | 101 | 31 | 63 | 62 | 63 |
| Binary | 11000000 | 10101101 | 1000100 | 0 | 1010 | 1000001 | 11001 | 110011 | 110010 | 110011 |
Color Harmonies of #C0AD44
Complementary color
Monochromatic Colors of #C0AD44
Black with #C0AD44
Text Example
Text Example
White with #C0AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD44; }
p { color: rgb(192,173,68); }
H1.HeaderClassName
{
color: #C0AD44;
}
.AnyTagClassName
{
color: #C0AD44;
}
</style>
background-color css
<style>
a { background-color: #C0AD44; }
a { background-color: rgb(192,173,68); }
div.DivClassName
{
background-color: #C0AD44;
}
.BgClassName
{
background-color: #C0AD44;
}
</style>
border-color css
<style>
span { border-color: #C0AD44; }
span { border-color: rgb(192,173,68); }
td.TdClassName
{
border-color: #C0AD44;
}
.TagClassName
{
border-color: #C0AD44;
}
</style>