Shades of Sundance #C4AF42
Tints of Sundance #C4AF42
RGB
CMYK
RGB Variations
Color information
#C4AF42 (or 0xC4AF42) is known color: Sundance. HEX triplet: C4, AF and 42. RGB value is (196,175,66). Sum of RGB (Red+Green+Blue) = 196+175+66=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF42 is #3B50BD. Grayscale: #A9A9A9. Windows color (decimal): -3887294 or 4370372. OLE color: 4370372.
HSL color Cylindrical-coordinate representation of color #C4AF42: hue angle of 50.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4AF42 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 66 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.23 |
| HSL | 50.31º | 0.52% | 0.51% | - |
| HSV(B) | 50.31º | 0.66% | 0.77% | - |
| XYZ | 39.08 | 42.79 | 11.35 | - |
| YUV | 168.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 66 | 0 | 0.11 | 0.66 | 0.23 | 50.31 | 0.52 | 0.51 |
| Hex | C4 | AF | 42 | 0 | B | 42 | 17 | 32 | 34 | 33 |
| Octal | 304 | 257 | 102 | 0 | 13 | 102 | 27 | 62 | 64 | 63 |
| Binary | 11000100 | 10101111 | 1000010 | 0 | 1011 | 1000010 | 10111 | 110010 | 110100 | 110011 |
Color Harmonies of #C4AF42
Complementary color
Monochromatic Colors of #C4AF42
Black with #C4AF42
Text Example
Text Example
White with #C4AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF42; }
p { color: rgb(196,175,66); }
H1.HeaderClassName
{
color: #C4AF42;
}
.AnyTagClassName
{
color: #C4AF42;
}
</style>
background-color css
<style>
a { background-color: #C4AF42; }
a { background-color: rgb(196,175,66); }
div.DivClassName
{
background-color: #C4AF42;
}
.BgClassName
{
background-color: #C4AF42;
}
</style>
border-color css
<style>
span { border-color: #C4AF42; }
span { border-color: rgb(196,175,66); }
td.TdClassName
{
border-color: #C4AF42;
}
.TagClassName
{
border-color: #C4AF42;
}
</style>