Shades of Metallic Gold #C8AB33
Tints of Metallic Gold #C8AB33
RGB
CMYK
RGB Variations
Color information
#C8AB33 (or 0xC8AB33) is known color: Metallic Gold. HEX triplet: C8, AB and 33. RGB value is (200,171,51). Sum of RGB (Red+Green+Blue) = 200+171+51=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB33 is #3754CC. Grayscale: #A6A6A6. Windows color (decimal): -3626189 or 3386312. OLE color: 3386312.
HSL color Cylindrical-coordinate representation of color #C8AB33: hue angle of 48.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8AB33 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 51 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.22 |
| HSL | 48.32º | 0.59% | 0.49% | - |
| HSV(B) | 48.32º | 0.75% | 0.78% | - |
| XYZ | 38.98 | 41.64 | 9.12 | - |
| YUV | 165.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 51 | 0 | 0.14 | 0.74 | 0.22 | 48.32 | 0.59 | 0.49 |
| Hex | C8 | AB | 33 | 0 | E | 4A | 16 | 30 | 3B | 31 |
| Octal | 310 | 253 | 63 | 0 | 16 | 112 | 26 | 60 | 73 | 61 |
| Binary | 11001000 | 10101011 | 110011 | 0 | 1110 | 1001010 | 10110 | 110000 | 111011 | 110001 |
Color Harmonies of #C8AB33
Complementary color
Monochromatic Colors of #C8AB33
Black with #C8AB33
Text Example
Text Example
White with #C8AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB33; }
p { color: rgb(200,171,51); }
H1.HeaderClassName
{
color: #C8AB33;
}
.AnyTagClassName
{
color: #C8AB33;
}
</style>
background-color css
<style>
a { background-color: #C8AB33; }
a { background-color: rgb(200,171,51); }
div.DivClassName
{
background-color: #C8AB33;
}
.BgClassName
{
background-color: #C8AB33;
}
</style>
border-color css
<style>
span { border-color: #C8AB33; }
span { border-color: rgb(200,171,51); }
td.TdClassName
{
border-color: #C8AB33;
}
.TagClassName
{
border-color: #C8AB33;
}
</style>