Shades of Sundance #C7AF44
Tints of Sundance #C7AF44
RGB
CMYK
RGB Variations
Color information
#C7AF44 (or 0xC7AF44) is known color: Sundance. HEX triplet: C7, AF and 44. RGB value is (199,175,68). Sum of RGB (Red+Green+Blue) = 199+175+68=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF44 is #3850BB. Grayscale: #AAAAAA. Windows color (decimal): -3690684 or 4501447. OLE color: 4501447.
HSL color Cylindrical-coordinate representation of color #C7AF44: hue angle of 49.01º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7AF44 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 68 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.22 |
| HSL | 49.01º | 0.54% | 0.52% | - |
| HSV(B) | 49.01º | 0.66% | 0.78% | - |
| XYZ | 39.93 | 43.22 | 11.71 | - |
| YUV | 169.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 68 | 0 | 0.12 | 0.66 | 0.22 | 49.01 | 0.54 | 0.52 |
| Hex | C7 | AF | 44 | 0 | C | 42 | 16 | 31 | 36 | 34 |
| Octal | 307 | 257 | 104 | 0 | 14 | 102 | 26 | 61 | 66 | 64 |
| Binary | 11000111 | 10101111 | 1000100 | 0 | 1100 | 1000010 | 10110 | 110001 | 110110 | 110100 |
Color Harmonies of #C7AF44
Complementary color
Monochromatic Colors of #C7AF44
Black with #C7AF44
Text Example
Text Example
White with #C7AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF44; }
p { color: rgb(199,175,68); }
H1.HeaderClassName
{
color: #C7AF44;
}
.AnyTagClassName
{
color: #C7AF44;
}
</style>
background-color css
<style>
a { background-color: #C7AF44; }
a { background-color: rgb(199,175,68); }
div.DivClassName
{
background-color: #C7AF44;
}
.BgClassName
{
background-color: #C7AF44;
}
</style>
border-color css
<style>
span { border-color: #C7AF44; }
span { border-color: rgb(199,175,68); }
td.TdClassName
{
border-color: #C7AF44;
}
.TagClassName
{
border-color: #C7AF44;
}
</style>