Shades of Sundance #C8AF44
Tints of Sundance #C8AF44
RGB
CMYK
RGB Variations
Color information
#C8AF44 (or 0xC8AF44) is known color: Sundance. HEX triplet: C8, AF and 44. RGB value is (200,175,68). Sum of RGB (Red+Green+Blue) = 200+175+68=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF44 is #3750BB. Grayscale: #AAAAAA. Windows color (decimal): -3625148 or 4501448. OLE color: 4501448.
HSL color Cylindrical-coordinate representation of color #C8AF44: hue angle of 48.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8AF44 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 68 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.22 |
| HSL | 48.64º | 0.55% | 0.53% | - |
| HSV(B) | 48.64º | 0.66% | 0.78% | - |
| XYZ | 40.19 | 43.36 | 11.72 | - |
| YUV | 170.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 68 | 0 | 0.12 | 0.66 | 0.22 | 48.64 | 0.55 | 0.53 |
| Hex | C8 | AF | 44 | 0 | C | 42 | 16 | 31 | 37 | 35 |
| Octal | 310 | 257 | 104 | 0 | 14 | 102 | 26 | 61 | 67 | 65 |
| Binary | 11001000 | 10101111 | 1000100 | 0 | 1100 | 1000010 | 10110 | 110001 | 110111 | 110101 |
Color Harmonies of #C8AF44
Complementary color
Monochromatic Colors of #C8AF44
Black with #C8AF44
Text Example
Text Example
White with #C8AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF44; }
p { color: rgb(200,175,68); }
H1.HeaderClassName
{
color: #C8AF44;
}
.AnyTagClassName
{
color: #C8AF44;
}
</style>
background-color css
<style>
a { background-color: #C8AF44; }
a { background-color: rgb(200,175,68); }
div.DivClassName
{
background-color: #C8AF44;
}
.BgClassName
{
background-color: #C8AF44;
}
</style>
border-color css
<style>
span { border-color: #C8AF44; }
span { border-color: rgb(200,175,68); }
td.TdClassName
{
border-color: #C8AF44;
}
.TagClassName
{
border-color: #C8AF44;
}
</style>