Shades of Sundance #C4B24A
Tints of Sundance #C4B24A
RGB
CMYK
RGB Variations
Color information
#C4B24A (or 0xC4B24A) is known color: Sundance. HEX triplet: C4, B2 and 4A. RGB value is (196,178,74). Sum of RGB (Red+Green+Blue) = 196+178+74=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B24A is #3B4DB5. Grayscale: #ABABAB. Windows color (decimal): -3886518 or 4895428. OLE color: 4895428.
HSL color Cylindrical-coordinate representation of color #C4B24A: hue angle of 51.15º 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 #C4B24A is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 74 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.23 |
| HSL | 51.15º | 0.51% | 0.53% | - |
| HSV(B) | 51.15º | 0.62% | 0.77% | - |
| XYZ | 39.92 | 44.07 | 12.88 | - |
| YUV | 171.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 74 | 0 | 0.09 | 0.62 | 0.23 | 51.15 | 0.51 | 0.53 |
| Hex | C4 | B2 | 4A | 0 | 9 | 3E | 17 | 33 | 33 | 35 |
| Octal | 304 | 262 | 112 | 0 | 11 | 76 | 27 | 63 | 63 | 65 |
| Binary | 11000100 | 10110010 | 1001010 | 0 | 1001 | 111110 | 10111 | 110011 | 110011 | 110101 |
Color Harmonies of #C4B24A
Complementary color
Monochromatic Colors of #C4B24A
Black with #C4B24A
Text Example
Text Example
White with #C4B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B24A; }
p { color: rgb(196,178,74); }
H1.HeaderClassName
{
color: #C4B24A;
}
.AnyTagClassName
{
color: #C4B24A;
}
</style>
background-color css
<style>
a { background-color: #C4B24A; }
a { background-color: rgb(196,178,74); }
div.DivClassName
{
background-color: #C4B24A;
}
.BgClassName
{
background-color: #C4B24A;
}
</style>
border-color css
<style>
span { border-color: #C4B24A; }
span { border-color: rgb(196,178,74); }
td.TdClassName
{
border-color: #C4B24A;
}
.TagClassName
{
border-color: #C4B24A;
}
</style>