Shades of Sundance #C4A54B
Tints of Sundance #C4A54B
RGB
CMYK
RGB Variations
Color information
#C4A54B (or 0xC4A54B) is known color: Sundance. HEX triplet: C4, A5 and 4B. RGB value is (196,165,75). Sum of RGB (Red+Green+Blue) = 196+165+75=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A54B is #3B5AB4. Grayscale: #A4A4A4. Windows color (decimal): -3889845 or 4957636. OLE color: 4957636.
HSL color Cylindrical-coordinate representation of color #C4A54B: hue angle of 44.63º 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 #C4A54B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 75 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.23 |
| HSL | 44.63º | 0.51% | 0.53% | - |
| HSV(B) | 44.63º | 0.62% | 0.77% | - |
| XYZ | 37.49 | 39.15 | 12.24 | - |
| YUV | 164.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 75 | 0 | 0.16 | 0.62 | 0.23 | 44.63 | 0.51 | 0.53 |
| Hex | C4 | A5 | 4B | 0 | 10 | 3E | 17 | 2D | 33 | 35 |
| Octal | 304 | 245 | 113 | 0 | 20 | 76 | 27 | 55 | 63 | 65 |
| Binary | 11000100 | 10100101 | 1001011 | 0 | 10000 | 111110 | 10111 | 101101 | 110011 | 110101 |
Color Harmonies of #C4A54B
Complementary color
Monochromatic Colors of #C4A54B
Black with #C4A54B
Text Example
Text Example
White with #C4A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A54B; }
p { color: rgb(196,165,75); }
H1.HeaderClassName
{
color: #C4A54B;
}
.AnyTagClassName
{
color: #C4A54B;
}
</style>
background-color css
<style>
a { background-color: #C4A54B; }
a { background-color: rgb(196,165,75); }
div.DivClassName
{
background-color: #C4A54B;
}
.BgClassName
{
background-color: #C4A54B;
}
</style>
border-color css
<style>
span { border-color: #C4A54B; }
span { border-color: rgb(196,165,75); }
td.TdClassName
{
border-color: #C4A54B;
}
.TagClassName
{
border-color: #C4A54B;
}
</style>