Shades of Sundance #C4AF44
Tints of Sundance #C4AF44
RGB
CMYK
RGB Variations
Color information
#C4AF44 (or 0xC4AF44) is known color: Sundance. HEX triplet: C4, AF and 44. RGB value is (196,175,68). Sum of RGB (Red+Green+Blue) = 196+175+68=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF44 is #3B50BB. Grayscale: #A9A9A9. Windows color (decimal): -3887292 or 4501444. OLE color: 4501444.
HSL color Cylindrical-coordinate representation of color #C4AF44: hue angle of 50.16º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4AF44 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 68 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.23 |
| HSL | 50.16º | 0.52% | 0.52% | - |
| HSV(B) | 50.16º | 0.65% | 0.77% | - |
| XYZ | 39.14 | 42.81 | 11.67 | - |
| YUV | 169.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 68 | 0 | 0.11 | 0.65 | 0.23 | 50.16 | 0.52 | 0.52 |
| Hex | C4 | AF | 44 | 0 | B | 41 | 17 | 32 | 34 | 34 |
| Octal | 304 | 257 | 104 | 0 | 13 | 101 | 27 | 62 | 64 | 64 |
| Binary | 11000100 | 10101111 | 1000100 | 0 | 1011 | 1000001 | 10111 | 110010 | 110100 | 110100 |
Color Harmonies of #C4AF44
Complementary color
Monochromatic Colors of #C4AF44
Black with #C4AF44
Text Example
Text Example
White with #C4AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF44; }
p { color: rgb(196,175,68); }
H1.HeaderClassName
{
color: #C4AF44;
}
.AnyTagClassName
{
color: #C4AF44;
}
</style>
background-color css
<style>
a { background-color: #C4AF44; }
a { background-color: rgb(196,175,68); }
div.DivClassName
{
background-color: #C4AF44;
}
.BgClassName
{
background-color: #C4AF44;
}
</style>
border-color css
<style>
span { border-color: #C4AF44; }
span { border-color: rgb(196,175,68); }
td.TdClassName
{
border-color: #C4AF44;
}
.TagClassName
{
border-color: #C4AF44;
}
</style>