Shades of Sundance #C4AF54
Tints of Sundance #C4AF54
RGB
CMYK
RGB Variations
Color information
#C4AF54 (or 0xC4AF54) is known color: Sundance. HEX triplet: C4, AF and 54. RGB value is (196,175,84). Sum of RGB (Red+Green+Blue) = 196+175+84=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF54 is #3B50AB. Grayscale: #ABABAB. Windows color (decimal): -3887276 or 5550020. OLE color: 5550020.
HSL color Cylindrical-coordinate representation of color #C4AF54: hue angle of 48.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4AF54 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 84 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.23 |
| HSL | 48.75º | 0.49% | 0.55% | - |
| HSV(B) | 48.75º | 0.57% | 0.77% | - |
| XYZ | 39.7 | 43.04 | 14.6 | - |
| YUV | 170.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 84 | 0 | 0.11 | 0.57 | 0.23 | 48.75 | 0.49 | 0.55 |
| Hex | C4 | AF | 54 | 0 | B | 39 | 17 | 31 | 31 | 37 |
| Octal | 304 | 257 | 124 | 0 | 13 | 71 | 27 | 61 | 61 | 67 |
| Binary | 11000100 | 10101111 | 1010100 | 0 | 1011 | 111001 | 10111 | 110001 | 110001 | 110111 |
Color Harmonies of #C4AF54
Complementary color
Monochromatic Colors of #C4AF54
Black with #C4AF54
Text Example
Text Example
White with #C4AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF54; }
p { color: rgb(196,175,84); }
H1.HeaderClassName
{
color: #C4AF54;
}
.AnyTagClassName
{
color: #C4AF54;
}
</style>
background-color css
<style>
a { background-color: #C4AF54; }
a { background-color: rgb(196,175,84); }
div.DivClassName
{
background-color: #C4AF54;
}
.BgClassName
{
background-color: #C4AF54;
}
</style>
border-color css
<style>
span { border-color: #C4AF54; }
span { border-color: rgb(196,175,84); }
td.TdClassName
{
border-color: #C4AF54;
}
.TagClassName
{
border-color: #C4AF54;
}
</style>