Shades of Sundance #C7A73E
Tints of Sundance #C7A73E
RGB
CMYK
RGB Variations
Color information
#C7A73E (or 0xC7A73E) is known color: Sundance. HEX triplet: C7, A7 and 3E. RGB value is (199,167,62). Sum of RGB (Red+Green+Blue) = 199+167+62=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A73E is #3858C1. Grayscale: #A5A5A5. Windows color (decimal): -3692738 or 4106183. OLE color: 4106183.
HSL color Cylindrical-coordinate representation of color #C7A73E: hue angle of 45.99º degrees, saturation: 0.55, 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 #C7A73E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 62 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.22 |
| HSL | 45.99º | 0.55% | 0.51% | - |
| HSV(B) | 45.99º | 0.69% | 0.78% | - |
| XYZ | 38.24 | 40.13 | 10.29 | - |
| YUV | 164.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 62 | 0 | 0.16 | 0.69 | 0.22 | 45.99 | 0.55 | 0.51 |
| Hex | C7 | A7 | 3E | 0 | 10 | 45 | 16 | 2E | 37 | 33 |
| Octal | 307 | 247 | 76 | 0 | 20 | 105 | 26 | 56 | 67 | 63 |
| Binary | 11000111 | 10100111 | 111110 | 0 | 10000 | 1000101 | 10110 | 101110 | 110111 | 110011 |
Color Harmonies of #C7A73E
Complementary color
Monochromatic Colors of #C7A73E
Black with #C7A73E
Text Example
Text Example
White with #C7A73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A73E; }
p { color: rgb(199,167,62); }
H1.HeaderClassName
{
color: #C7A73E;
}
.AnyTagClassName
{
color: #C7A73E;
}
</style>
background-color css
<style>
a { background-color: #C7A73E; }
a { background-color: rgb(199,167,62); }
div.DivClassName
{
background-color: #C7A73E;
}
.BgClassName
{
background-color: #C7A73E;
}
</style>
border-color css
<style>
span { border-color: #C7A73E; }
span { border-color: rgb(199,167,62); }
td.TdClassName
{
border-color: #C7A73E;
}
.TagClassName
{
border-color: #C7A73E;
}
</style>