Shades of Sundance #C2B84A
Tints of Sundance #C2B84A
RGB
CMYK
RGB Variations
Color information
#C2B84A (or 0xC2B84A) is known color: Sundance. HEX triplet: C2, B8 and 4A. RGB value is (194,184,74). Sum of RGB (Red+Green+Blue) = 194+184+74=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B84A is #3D47B5. Grayscale: #AEAEAE. Windows color (decimal): -4016054 or 4896962. OLE color: 4896962.
HSL color Cylindrical-coordinate representation of color #C2B84A: hue angle of 55º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2B84A is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 74 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.24 |
| HSL | 55º | 0.5% | 0.53% | - |
| HSV(B) | 55º | 0.62% | 0.76% | - |
| XYZ | 40.62 | 46.24 | 13.26 | - |
| YUV | 174.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 74 | 0 | 0.05 | 0.62 | 0.24 | 55 | 0.5 | 0.53 |
| Hex | C2 | B8 | 4A | 0 | 5 | 3E | 18 | 37 | 32 | 35 |
| Octal | 302 | 270 | 112 | 0 | 5 | 76 | 30 | 67 | 62 | 65 |
| Binary | 11000010 | 10111000 | 1001010 | 0 | 101 | 111110 | 11000 | 110111 | 110010 | 110101 |
Color Harmonies of #C2B84A
Complementary color
Monochromatic Colors of #C2B84A
Black with #C2B84A
Text Example
Text Example
White with #C2B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B84A; }
p { color: rgb(194,184,74); }
H1.HeaderClassName
{
color: #C2B84A;
}
.AnyTagClassName
{
color: #C2B84A;
}
</style>
background-color css
<style>
a { background-color: #C2B84A; }
a { background-color: rgb(194,184,74); }
div.DivClassName
{
background-color: #C2B84A;
}
.BgClassName
{
background-color: #C2B84A;
}
</style>
border-color css
<style>
span { border-color: #C2B84A; }
span { border-color: rgb(194,184,74); }
td.TdClassName
{
border-color: #C2B84A;
}
.TagClassName
{
border-color: #C2B84A;
}
</style>