Shades of Sundance #C8AD4B
Tints of Sundance #C8AD4B
RGB
CMYK
RGB Variations
Color information
#C8AD4B (or 0xC8AD4B) is known color: Sundance. HEX triplet: C8, AD and 4B. RGB value is (200,173,75). Sum of RGB (Red+Green+Blue) = 200+173+75=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD4B is #3752B4. Grayscale: #AAAAAA. Windows color (decimal): -3625653 or 4959688. OLE color: 4959688.
HSL color Cylindrical-coordinate representation of color #C8AD4B: hue angle of 47.04º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8AD4B is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 75 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.22 |
| HSL | 47.04º | 0.53% | 0.54% | - |
| HSV(B) | 47.04º | 0.63% | 0.78% | - |
| XYZ | 40.03 | 42.67 | 12.78 | - |
| YUV | 169.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 75 | 0 | 0.14 | 0.62 | 0.22 | 47.04 | 0.53 | 0.54 |
| Hex | C8 | AD | 4B | 0 | E | 3E | 16 | 2F | 35 | 36 |
| Octal | 310 | 255 | 113 | 0 | 16 | 76 | 26 | 57 | 65 | 66 |
| Binary | 11001000 | 10101101 | 1001011 | 0 | 1110 | 111110 | 10110 | 101111 | 110101 | 110110 |
Color Harmonies of #C8AD4B
Complementary color
Monochromatic Colors of #C8AD4B
Black with #C8AD4B
Text Example
Text Example
White with #C8AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD4B; }
p { color: rgb(200,173,75); }
H1.HeaderClassName
{
color: #C8AD4B;
}
.AnyTagClassName
{
color: #C8AD4B;
}
</style>
background-color css
<style>
a { background-color: #C8AD4B; }
a { background-color: rgb(200,173,75); }
div.DivClassName
{
background-color: #C8AD4B;
}
.BgClassName
{
background-color: #C8AD4B;
}
</style>
border-color css
<style>
span { border-color: #C8AD4B; }
span { border-color: rgb(200,173,75); }
td.TdClassName
{
border-color: #C8AD4B;
}
.TagClassName
{
border-color: #C8AD4B;
}
</style>