Shades of Sundance #C4AD54
Tints of Sundance #C4AD54
RGB
CMYK
RGB Variations
Color information
#C4AD54 (or 0xC4AD54) is known color: Sundance. HEX triplet: C4, AD and 54. RGB value is (196,173,84). Sum of RGB (Red+Green+Blue) = 196+173+84=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD54 is #3B52AB. Grayscale: #AAAAAA. Windows color (decimal): -3887788 or 5549508. OLE color: 5549508.
HSL color Cylindrical-coordinate representation of color #C4AD54: hue angle of 47.68º 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 #C4AD54 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 84 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.23 |
| HSL | 47.68º | 0.49% | 0.55% | - |
| HSV(B) | 47.68º | 0.57% | 0.77% | - |
| XYZ | 39.31 | 42.26 | 14.47 | - |
| YUV | 169.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 84 | 0 | 0.12 | 0.57 | 0.23 | 47.68 | 0.49 | 0.55 |
| Hex | C4 | AD | 54 | 0 | C | 39 | 17 | 30 | 31 | 37 |
| Octal | 304 | 255 | 124 | 0 | 14 | 71 | 27 | 60 | 61 | 67 |
| Binary | 11000100 | 10101101 | 1010100 | 0 | 1100 | 111001 | 10111 | 110000 | 110001 | 110111 |
Color Harmonies of #C4AD54
Complementary color
Monochromatic Colors of #C4AD54
Black with #C4AD54
Text Example
Text Example
White with #C4AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD54; }
p { color: rgb(196,173,84); }
H1.HeaderClassName
{
color: #C4AD54;
}
.AnyTagClassName
{
color: #C4AD54;
}
</style>
background-color css
<style>
a { background-color: #C4AD54; }
a { background-color: rgb(196,173,84); }
div.DivClassName
{
background-color: #C4AD54;
}
.BgClassName
{
background-color: #C4AD54;
}
</style>
border-color css
<style>
span { border-color: #C4AD54; }
span { border-color: rgb(196,173,84); }
td.TdClassName
{
border-color: #C4AD54;
}
.TagClassName
{
border-color: #C4AD54;
}
</style>