Shades of Sundance #C8A34B
Tints of Sundance #C8A34B
RGB
CMYK
RGB Variations
Color information
#C8A34B (or 0xC8A34B) is known color: Sundance. HEX triplet: C8, A3 and 4B. RGB value is (200,163,75). Sum of RGB (Red+Green+Blue) = 200+163+75=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A34B is #375CB4. Grayscale: #A4A4A4. Windows color (decimal): -3628213 or 4957128. OLE color: 4957128.
HSL color Cylindrical-coordinate representation of color #C8A34B: hue angle of 42.24º 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 #C8A34B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 75 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.22 |
| HSL | 42.24º | 0.53% | 0.54% | - |
| HSV(B) | 42.24º | 0.63% | 0.78% | - |
| XYZ | 38.19 | 38.98 | 12.17 | - |
| YUV | 164.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 75 | 0 | 0.18 | 0.62 | 0.22 | 42.24 | 0.53 | 0.54 |
| Hex | C8 | A3 | 4B | 0 | 12 | 3E | 16 | 2A | 35 | 36 |
| Octal | 310 | 243 | 113 | 0 | 22 | 76 | 26 | 52 | 65 | 66 |
| Binary | 11001000 | 10100011 | 1001011 | 0 | 10010 | 111110 | 10110 | 101010 | 110101 | 110110 |
Color Harmonies of #C8A34B
Complementary color
Monochromatic Colors of #C8A34B
Black with #C8A34B
Text Example
Text Example
White with #C8A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A34B; }
p { color: rgb(200,163,75); }
H1.HeaderClassName
{
color: #C8A34B;
}
.AnyTagClassName
{
color: #C8A34B;
}
</style>
background-color css
<style>
a { background-color: #C8A34B; }
a { background-color: rgb(200,163,75); }
div.DivClassName
{
background-color: #C8A34B;
}
.BgClassName
{
background-color: #C8A34B;
}
</style>
border-color css
<style>
span { border-color: #C8A34B; }
span { border-color: rgb(200,163,75); }
td.TdClassName
{
border-color: #C8A34B;
}
.TagClassName
{
border-color: #C8A34B;
}
</style>