Shades of Metallic Gold #C89F38
Tints of Metallic Gold #C89F38
RGB
CMYK
RGB Variations
Color information
#C89F38 (or 0xC89F38) is known color: Metallic Gold. HEX triplet: C8, 9F and 38. RGB value is (200,159,56). Sum of RGB (Red+Green+Blue) = 200+159+56=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F38 is #3760C7. Grayscale: #9F9F9F. Windows color (decimal): -3629256 or 3710920. OLE color: 3710920.
HSL color Cylindrical-coordinate representation of color #C89F38: hue angle of 42.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C89F38 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 56 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.22 |
| HSL | 42.92º | 0.57% | 0.5% | - |
| HSV(B) | 42.92º | 0.72% | 0.78% | - |
| XYZ | 36.93 | 37.36 | 9.01 | - |
| YUV | 159.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 56 | 0 | 0.20 | 0.72 | 0.22 | 42.92 | 0.57 | 0.5 |
| Hex | C8 | 9F | 38 | 0 | 14 | 48 | 16 | 2B | 39 | 32 |
| Octal | 310 | 237 | 70 | 0 | 24 | 110 | 26 | 53 | 71 | 62 |
| Binary | 11001000 | 10011111 | 111000 | 0 | 10100 | 1001000 | 10110 | 101011 | 111001 | 110010 |
Color Harmonies of #C89F38
Complementary color
Monochromatic Colors of #C89F38
Black with #C89F38
Text Example
Text Example
White with #C89F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F38; }
p { color: rgb(200,159,56); }
H1.HeaderClassName
{
color: #C89F38;
}
.AnyTagClassName
{
color: #C89F38;
}
</style>
background-color css
<style>
a { background-color: #C89F38; }
a { background-color: rgb(200,159,56); }
div.DivClassName
{
background-color: #C89F38;
}
.BgClassName
{
background-color: #C89F38;
}
</style>
border-color css
<style>
span { border-color: #C89F38; }
span { border-color: rgb(200,159,56); }
td.TdClassName
{
border-color: #C89F38;
}
.TagClassName
{
border-color: #C89F38;
}
</style>