Shades of Sundance #C2AE4D
Tints of Sundance #C2AE4D
RGB
CMYK
RGB Variations
Color information
#C2AE4D (or 0xC2AE4D) is known color: Sundance. HEX triplet: C2, AE and 4D. RGB value is (194,174,77). Sum of RGB (Red+Green+Blue) = 194+174+77=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE4D is #3D51B2. Grayscale: #A9A9A9. Windows color (decimal): -4018611 or 5091010. OLE color: 5091010.
HSL color Cylindrical-coordinate representation of color #C2AE4D: hue angle of 49.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2AE4D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 77 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.24 |
| HSL | 49.74º | 0.49% | 0.53% | - |
| HSV(B) | 49.74º | 0.6% | 0.76% | - |
| XYZ | 38.72 | 42.28 | 13.14 | - |
| YUV | 168.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 77 | 0 | 0.10 | 0.60 | 0.24 | 49.74 | 0.49 | 0.53 |
| Hex | C2 | AE | 4D | 0 | A | 3C | 18 | 32 | 31 | 35 |
| Octal | 302 | 256 | 115 | 0 | 12 | 74 | 30 | 62 | 61 | 65 |
| Binary | 11000010 | 10101110 | 1001101 | 0 | 1010 | 111100 | 11000 | 110010 | 110001 | 110101 |
Color Harmonies of #C2AE4D
Complementary color
Monochromatic Colors of #C2AE4D
Black with #C2AE4D
Text Example
Text Example
White with #C2AE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE4D; }
p { color: rgb(194,174,77); }
H1.HeaderClassName
{
color: #C2AE4D;
}
.AnyTagClassName
{
color: #C2AE4D;
}
</style>
background-color css
<style>
a { background-color: #C2AE4D; }
a { background-color: rgb(194,174,77); }
div.DivClassName
{
background-color: #C2AE4D;
}
.BgClassName
{
background-color: #C2AE4D;
}
</style>
border-color css
<style>
span { border-color: #C2AE4D; }
span { border-color: rgb(194,174,77); }
td.TdClassName
{
border-color: #C2AE4D;
}
.TagClassName
{
border-color: #C2AE4D;
}
</style>