Shades of Sundance #C8A54F
Tints of Sundance #C8A54F
RGB
CMYK
RGB Variations
Color information
#C8A54F (or 0xC8A54F) is known color: Sundance. HEX triplet: C8, A5 and 4F. RGB value is (200,165,79). Sum of RGB (Red+Green+Blue) = 200+165+79=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A54F is #375AB0. Grayscale: #A6A6A6. Windows color (decimal): -3627697 or 5219784. OLE color: 5219784.
HSL color Cylindrical-coordinate representation of color #C8A54F: hue angle of 42.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8A54F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 79 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.22 |
| HSL | 42.64º | 0.52% | 0.55% | - |
| HSV(B) | 42.64º | 0.61% | 0.78% | - |
| XYZ | 38.69 | 39.75 | 13.03 | - |
| YUV | 165.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 79 | 0 | 0.18 | 0.60 | 0.22 | 42.64 | 0.52 | 0.55 |
| Hex | C8 | A5 | 4F | 0 | 12 | 3C | 16 | 2B | 34 | 37 |
| Octal | 310 | 245 | 117 | 0 | 22 | 74 | 26 | 53 | 64 | 67 |
| Binary | 11001000 | 10100101 | 1001111 | 0 | 10010 | 111100 | 10110 | 101011 | 110100 | 110111 |
Color Harmonies of #C8A54F
Complementary color
Monochromatic Colors of #C8A54F
Black with #C8A54F
Text Example
Text Example
White with #C8A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A54F; }
p { color: rgb(200,165,79); }
H1.HeaderClassName
{
color: #C8A54F;
}
.AnyTagClassName
{
color: #C8A54F;
}
</style>
background-color css
<style>
a { background-color: #C8A54F; }
a { background-color: rgb(200,165,79); }
div.DivClassName
{
background-color: #C8A54F;
}
.BgClassName
{
background-color: #C8A54F;
}
</style>
border-color css
<style>
span { border-color: #C8A54F; }
span { border-color: rgb(200,165,79); }
td.TdClassName
{
border-color: #C8A54F;
}
.TagClassName
{
border-color: #C8A54F;
}
</style>