Shades of Sundance #C1AD4A
Tints of Sundance #C1AD4A
RGB
CMYK
RGB Variations
Color information
#C1AD4A (or 0xC1AD4A) is known color: Sundance. HEX triplet: C1, AD and 4A. RGB value is (193,173,74). Sum of RGB (Red+Green+Blue) = 193+173+74=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD4A is #3E52B5. Grayscale: #A8A8A8. Windows color (decimal): -4084406 or 4894145. OLE color: 4894145.
HSL color Cylindrical-coordinate representation of color #C1AD4A: hue angle of 49.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1AD4A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 74 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.24 |
| HSL | 49.92º | 0.49% | 0.52% | - |
| HSV(B) | 49.92º | 0.62% | 0.76% | - |
| XYZ | 38.17 | 41.72 | 12.52 | - |
| YUV | 167.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 74 | 0 | 0.10 | 0.62 | 0.24 | 49.92 | 0.49 | 0.52 |
| Hex | C1 | AD | 4A | 0 | A | 3E | 18 | 32 | 31 | 34 |
| Octal | 301 | 255 | 112 | 0 | 12 | 76 | 30 | 62 | 61 | 64 |
| Binary | 11000001 | 10101101 | 1001010 | 0 | 1010 | 111110 | 11000 | 110010 | 110001 | 110100 |
Color Harmonies of #C1AD4A
Complementary color
Monochromatic Colors of #C1AD4A
Black with #C1AD4A
Text Example
Text Example
White with #C1AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD4A; }
p { color: rgb(193,173,74); }
H1.HeaderClassName
{
color: #C1AD4A;
}
.AnyTagClassName
{
color: #C1AD4A;
}
</style>
background-color css
<style>
a { background-color: #C1AD4A; }
a { background-color: rgb(193,173,74); }
div.DivClassName
{
background-color: #C1AD4A;
}
.BgClassName
{
background-color: #C1AD4A;
}
</style>
border-color css
<style>
span { border-color: #C1AD4A; }
span { border-color: rgb(193,173,74); }
td.TdClassName
{
border-color: #C1AD4A;
}
.TagClassName
{
border-color: #C1AD4A;
}
</style>