Shades of Sundance #C5AD4B
Tints of Sundance #C5AD4B
RGB
CMYK
RGB Variations
Color information
#C5AD4B (or 0xC5AD4B) is known color: Sundance. HEX triplet: C5, AD and 4B. RGB value is (197,173,75). Sum of RGB (Red+Green+Blue) = 197+173+75=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD4B is #3A52B4. Grayscale: #A9A9A9. Windows color (decimal): -3822261 or 4959685. OLE color: 4959685.
HSL color Cylindrical-coordinate representation of color #C5AD4B: hue angle of 48.2º 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 #C5AD4B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 75 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.23 |
| HSL | 48.2º | 0.51% | 0.53% | - |
| HSV(B) | 48.2º | 0.62% | 0.77% | - |
| XYZ | 39.24 | 42.27 | 12.75 | - |
| YUV | 169 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 75 | 0 | 0.12 | 0.62 | 0.23 | 48.2 | 0.51 | 0.53 |
| Hex | C5 | AD | 4B | 0 | C | 3E | 17 | 30 | 33 | 35 |
| Octal | 305 | 255 | 113 | 0 | 14 | 76 | 27 | 60 | 63 | 65 |
| Binary | 11000101 | 10101101 | 1001011 | 0 | 1100 | 111110 | 10111 | 110000 | 110011 | 110101 |
Color Harmonies of #C5AD4B
Complementary color
Monochromatic Colors of #C5AD4B
Black with #C5AD4B
Text Example
Text Example
White with #C5AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD4B; }
p { color: rgb(197,173,75); }
H1.HeaderClassName
{
color: #C5AD4B;
}
.AnyTagClassName
{
color: #C5AD4B;
}
</style>
background-color css
<style>
a { background-color: #C5AD4B; }
a { background-color: rgb(197,173,75); }
div.DivClassName
{
background-color: #C5AD4B;
}
.BgClassName
{
background-color: #C5AD4B;
}
</style>
border-color css
<style>
span { border-color: #C5AD4B; }
span { border-color: rgb(197,173,75); }
td.TdClassName
{
border-color: #C5AD4B;
}
.TagClassName
{
border-color: #C5AD4B;
}
</style>