Shades of Sundance #C5A54B
Tints of Sundance #C5A54B
RGB
CMYK
RGB Variations
Color information
#C5A54B (or 0xC5A54B) is known color: Sundance. HEX triplet: C5, A5 and 4B. RGB value is (197,165,75). Sum of RGB (Red+Green+Blue) = 197+165+75=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A54B is #3A5AB4. Grayscale: #A4A4A4. Windows color (decimal): -3824309 or 4957637. OLE color: 4957637.
HSL color Cylindrical-coordinate representation of color #C5A54B: hue angle of 44.26º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5A54B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 75 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.23 |
| HSL | 44.26º | 0.51% | 0.53% | - |
| HSV(B) | 44.26º | 0.62% | 0.77% | - |
| XYZ | 37.75 | 39.29 | 12.25 | - |
| YUV | 164.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 75 | 0 | 0.16 | 0.62 | 0.23 | 44.26 | 0.51 | 0.53 |
| Hex | C5 | A5 | 4B | 0 | 10 | 3E | 17 | 2C | 33 | 35 |
| Octal | 305 | 245 | 113 | 0 | 20 | 76 | 27 | 54 | 63 | 65 |
| Binary | 11000101 | 10100101 | 1001011 | 0 | 10000 | 111110 | 10111 | 101100 | 110011 | 110101 |
Color Harmonies of #C5A54B
Complementary color
Monochromatic Colors of #C5A54B
Black with #C5A54B
Text Example
Text Example
White with #C5A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A54B; }
p { color: rgb(197,165,75); }
H1.HeaderClassName
{
color: #C5A54B;
}
.AnyTagClassName
{
color: #C5A54B;
}
</style>
background-color css
<style>
a { background-color: #C5A54B; }
a { background-color: rgb(197,165,75); }
div.DivClassName
{
background-color: #C5A54B;
}
.BgClassName
{
background-color: #C5A54B;
}
</style>
border-color css
<style>
span { border-color: #C5A54B; }
span { border-color: rgb(197,165,75); }
td.TdClassName
{
border-color: #C5A54B;
}
.TagClassName
{
border-color: #C5A54B;
}
</style>