Shades of Sundance #C7A24B
Tints of Sundance #C7A24B
RGB
CMYK
RGB Variations
Color information
#C7A24B (or 0xC7A24B) is known color: Sundance. HEX triplet: C7, A2 and 4B. RGB value is (199,162,75). Sum of RGB (Red+Green+Blue) = 199+162+75=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A24B is #385DB4. Grayscale: #A3A3A3. Windows color (decimal): -3694005 or 4956871. OLE color: 4956871.
HSL color Cylindrical-coordinate representation of color #C7A24B: hue angle of 42.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7A24B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 75 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.22 |
| HSL | 42.1º | 0.53% | 0.54% | - |
| HSV(B) | 42.1º | 0.62% | 0.78% | - |
| XYZ | 37.74 | 38.49 | 12.1 | - |
| YUV | 163.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 75 | 0 | 0.19 | 0.62 | 0.22 | 42.1 | 0.53 | 0.54 |
| Hex | C7 | A2 | 4B | 0 | 13 | 3E | 16 | 2A | 35 | 36 |
| Octal | 307 | 242 | 113 | 0 | 23 | 76 | 26 | 52 | 65 | 66 |
| Binary | 11000111 | 10100010 | 1001011 | 0 | 10011 | 111110 | 10110 | 101010 | 110101 | 110110 |
Color Harmonies of #C7A24B
Complementary color
Monochromatic Colors of #C7A24B
Black with #C7A24B
Text Example
Text Example
White with #C7A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A24B; }
p { color: rgb(199,162,75); }
H1.HeaderClassName
{
color: #C7A24B;
}
.AnyTagClassName
{
color: #C7A24B;
}
</style>
background-color css
<style>
a { background-color: #C7A24B; }
a { background-color: rgb(199,162,75); }
div.DivClassName
{
background-color: #C7A24B;
}
.BgClassName
{
background-color: #C7A24B;
}
</style>
border-color css
<style>
span { border-color: #C7A24B; }
span { border-color: rgb(199,162,75); }
td.TdClassName
{
border-color: #C7A24B;
}
.TagClassName
{
border-color: #C7A24B;
}
</style>