Shades of Sundance #C7A24F
Tints of Sundance #C7A24F
RGB
CMYK
RGB Variations
Color information
#C7A24F (or 0xC7A24F) is known color: Sundance. HEX triplet: C7, A2 and 4F. RGB value is (199,162,79). Sum of RGB (Red+Green+Blue) = 199+162+79=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A24F is #385DB0. Grayscale: #A3A3A3. Windows color (decimal): -3694001 or 5219015. OLE color: 5219015.
HSL color Cylindrical-coordinate representation of color #C7A24F: hue angle of 41.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7A24F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 79 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.22 |
| HSL | 41.5º | 0.52% | 0.55% | - |
| HSV(B) | 41.5º | 0.6% | 0.78% | - |
| XYZ | 37.88 | 38.55 | 12.84 | - |
| YUV | 163.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 79 | 0 | 0.19 | 0.60 | 0.22 | 41.5 | 0.52 | 0.55 |
| Hex | C7 | A2 | 4F | 0 | 13 | 3C | 16 | 2A | 34 | 37 |
| Octal | 307 | 242 | 117 | 0 | 23 | 74 | 26 | 52 | 64 | 67 |
| Binary | 11000111 | 10100010 | 1001111 | 0 | 10011 | 111100 | 10110 | 101010 | 110100 | 110111 |
Color Harmonies of #C7A24F
Complementary color
Monochromatic Colors of #C7A24F
Black with #C7A24F
Text Example
Text Example
White with #C7A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A24F; }
p { color: rgb(199,162,79); }
H1.HeaderClassName
{
color: #C7A24F;
}
.AnyTagClassName
{
color: #C7A24F;
}
</style>
background-color css
<style>
a { background-color: #C7A24F; }
a { background-color: rgb(199,162,79); }
div.DivClassName
{
background-color: #C7A24F;
}
.BgClassName
{
background-color: #C7A24F;
}
</style>
border-color css
<style>
span { border-color: #C7A24F; }
span { border-color: rgb(199,162,79); }
td.TdClassName
{
border-color: #C7A24F;
}
.TagClassName
{
border-color: #C7A24F;
}
</style>