Shades of Metallic Gold #C8A33B
Tints of Metallic Gold #C8A33B
RGB
CMYK
RGB Variations
Color information
#C8A33B (or 0xC8A33B) is known color: Metallic Gold. HEX triplet: C8, A3 and 3B. RGB value is (200,163,59). Sum of RGB (Red+Green+Blue) = 200+163+59=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A33B is #375CC4. Grayscale: #A2A2A2. Windows color (decimal): -3628229 or 3908552. OLE color: 3908552.
HSL color Cylindrical-coordinate representation of color #C8A33B: hue angle of 44.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8A33B is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 59 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.22 |
| HSL | 44.26º | 0.56% | 0.51% | - |
| HSV(B) | 44.26º | 0.71% | 0.78% | - |
| XYZ | 37.71 | 38.79 | 9.64 | - |
| YUV | 162.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 59 | 0 | 0.18 | 0.70 | 0.22 | 44.26 | 0.56 | 0.51 |
| Hex | C8 | A3 | 3B | 0 | 12 | 46 | 16 | 2C | 38 | 33 |
| Octal | 310 | 243 | 73 | 0 | 22 | 106 | 26 | 54 | 70 | 63 |
| Binary | 11001000 | 10100011 | 111011 | 0 | 10010 | 1000110 | 10110 | 101100 | 111000 | 110011 |
Color Harmonies of #C8A33B
Complementary color
Monochromatic Colors of #C8A33B
Black with #C8A33B
Text Example
Text Example
White with #C8A33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A33B; }
p { color: rgb(200,163,59); }
H1.HeaderClassName
{
color: #C8A33B;
}
.AnyTagClassName
{
color: #C8A33B;
}
</style>
background-color css
<style>
a { background-color: #C8A33B; }
a { background-color: rgb(200,163,59); }
div.DivClassName
{
background-color: #C8A33B;
}
.BgClassName
{
background-color: #C8A33B;
}
</style>
border-color css
<style>
span { border-color: #C8A33B; }
span { border-color: rgb(200,163,59); }
td.TdClassName
{
border-color: #C8A33B;
}
.TagClassName
{
border-color: #C8A33B;
}
</style>