Shades of Sundance #C8AD44
Tints of Sundance #C8AD44
RGB
CMYK
RGB Variations
Color information
#C8AD44 (or 0xC8AD44) is known color: Sundance. HEX triplet: C8, AD and 44. RGB value is (200,173,68). Sum of RGB (Red+Green+Blue) = 200+173+68=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD44 is #3752BB. Grayscale: #A9A9A9. Windows color (decimal): -3625660 or 4500936. OLE color: 4500936.
HSL color Cylindrical-coordinate representation of color #C8AD44: hue angle of 47.73º 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 #C8AD44 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 68 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.22 |
| HSL | 47.73º | 0.55% | 0.53% | - |
| HSV(B) | 47.73º | 0.66% | 0.78% | - |
| XYZ | 39.81 | 42.58 | 11.59 | - |
| YUV | 169.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 68 | 0 | 0.14 | 0.66 | 0.22 | 47.73 | 0.55 | 0.53 |
| Hex | C8 | AD | 44 | 0 | E | 42 | 16 | 30 | 37 | 35 |
| Octal | 310 | 255 | 104 | 0 | 16 | 102 | 26 | 60 | 67 | 65 |
| Binary | 11001000 | 10101101 | 1000100 | 0 | 1110 | 1000010 | 10110 | 110000 | 110111 | 110101 |
Color Harmonies of #C8AD44
Complementary color
Monochromatic Colors of #C8AD44
Black with #C8AD44
Text Example
Text Example
White with #C8AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD44; }
p { color: rgb(200,173,68); }
H1.HeaderClassName
{
color: #C8AD44;
}
.AnyTagClassName
{
color: #C8AD44;
}
</style>
background-color css
<style>
a { background-color: #C8AD44; }
a { background-color: rgb(200,173,68); }
div.DivClassName
{
background-color: #C8AD44;
}
.BgClassName
{
background-color: #C8AD44;
}
</style>
border-color css
<style>
span { border-color: #C8AD44; }
span { border-color: rgb(200,173,68); }
td.TdClassName
{
border-color: #C8AD44;
}
.TagClassName
{
border-color: #C8AD44;
}
</style>