Shades of Sundance #C4AF43
Tints of Sundance #C4AF43
RGB
CMYK
RGB Variations
Color information
#C4AF43 (or 0xC4AF43) is known color: Sundance. HEX triplet: C4, AF and 43. RGB value is (196,175,67). Sum of RGB (Red+Green+Blue) = 196+175+67=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF43 is #3B50BC. Grayscale: #A9A9A9. Windows color (decimal): -3887293 or 4435908. OLE color: 4435908.
HSL color Cylindrical-coordinate representation of color #C4AF43: hue angle of 50.23º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4AF43 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 67 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.23 |
| HSL | 50.23º | 0.52% | 0.52% | - |
| HSV(B) | 50.23º | 0.66% | 0.77% | - |
| XYZ | 39.11 | 42.8 | 11.51 | - |
| YUV | 168.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 67 | 0 | 0.11 | 0.66 | 0.23 | 50.23 | 0.52 | 0.52 |
| Hex | C4 | AF | 43 | 0 | B | 42 | 17 | 32 | 34 | 34 |
| Octal | 304 | 257 | 103 | 0 | 13 | 102 | 27 | 62 | 64 | 64 |
| Binary | 11000100 | 10101111 | 1000011 | 0 | 1011 | 1000010 | 10111 | 110010 | 110100 | 110100 |
Color Harmonies of #C4AF43
Complementary color
Monochromatic Colors of #C4AF43
Black with #C4AF43
Text Example
Text Example
White with #C4AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF43; }
p { color: rgb(196,175,67); }
H1.HeaderClassName
{
color: #C4AF43;
}
.AnyTagClassName
{
color: #C4AF43;
}
</style>
background-color css
<style>
a { background-color: #C4AF43; }
a { background-color: rgb(196,175,67); }
div.DivClassName
{
background-color: #C4AF43;
}
.BgClassName
{
background-color: #C4AF43;
}
</style>
border-color css
<style>
span { border-color: #C4AF43; }
span { border-color: rgb(196,175,67); }
td.TdClassName
{
border-color: #C4AF43;
}
.TagClassName
{
border-color: #C4AF43;
}
</style>