Shades of Sundance #C4A44B
Tints of Sundance #C4A44B
RGB
CMYK
RGB Variations
Color information
#C4A44B (or 0xC4A44B) is known color: Sundance. HEX triplet: C4, A4 and 4B. RGB value is (196,164,75). Sum of RGB (Red+Green+Blue) = 196+164+75=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A44B is #3B5BB4. Grayscale: #A3A3A3. Windows color (decimal): -3890101 or 4957380. OLE color: 4957380.
HSL color Cylindrical-coordinate representation of color #C4A44B: hue angle of 44.13º 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 #C4A44B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 75 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.23 |
| HSL | 44.13º | 0.51% | 0.53% | - |
| HSV(B) | 44.13º | 0.62% | 0.77% | - |
| XYZ | 37.31 | 38.79 | 12.18 | - |
| YUV | 163.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 75 | 0 | 0.16 | 0.62 | 0.23 | 44.13 | 0.51 | 0.53 |
| Hex | C4 | A4 | 4B | 0 | 10 | 3E | 17 | 2C | 33 | 35 |
| Octal | 304 | 244 | 113 | 0 | 20 | 76 | 27 | 54 | 63 | 65 |
| Binary | 11000100 | 10100100 | 1001011 | 0 | 10000 | 111110 | 10111 | 101100 | 110011 | 110101 |
Color Harmonies of #C4A44B
Complementary color
Monochromatic Colors of #C4A44B
Black with #C4A44B
Text Example
Text Example
White with #C4A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A44B; }
p { color: rgb(196,164,75); }
H1.HeaderClassName
{
color: #C4A44B;
}
.AnyTagClassName
{
color: #C4A44B;
}
</style>
background-color css
<style>
a { background-color: #C4A44B; }
a { background-color: rgb(196,164,75); }
div.DivClassName
{
background-color: #C4A44B;
}
.BgClassName
{
background-color: #C4A44B;
}
</style>
border-color css
<style>
span { border-color: #C4A44B; }
span { border-color: rgb(196,164,75); }
td.TdClassName
{
border-color: #C4A44B;
}
.TagClassName
{
border-color: #C4A44B;
}
</style>