Shades of Buddha Gold #C89F0F
Tints of Buddha Gold #C89F0F
RGB
CMYK
RGB Variations
Color information
#C89F0F (or 0xC89F0F) is known color: Buddha Gold. HEX triplet: C8, 9F and 0F. RGB value is (200,159,15). Sum of RGB (Red+Green+Blue) = 200+159+15=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F0F is #3760F0. Grayscale: #9B9B9B. Windows color (decimal): -3629297 or 1023944. OLE color: 1023944.
HSL color Cylindrical-coordinate representation of color #C89F0F: hue angle of 46.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C89F0F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.22 |
| HSL | 46.7º | 0.86% | 0.42% | - |
| HSV(B) | 46.7º | 0.93% | 0.78% | - |
| XYZ | 36.3 | 37.11 | 5.7 | - |
| YUV | 154.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 15 | 0 | 0.20 | 0.92 | 0.22 | 46.7 | 0.86 | 0.42 |
| Hex | C8 | 9F | F | 0 | 14 | 5C | 16 | 2F | 56 | 2A |
| Octal | 310 | 237 | 17 | 0 | 24 | 134 | 26 | 57 | 126 | 52 |
| Binary | 11001000 | 10011111 | 1111 | 0 | 10100 | 1011100 | 10110 | 101111 | 1010110 | 101010 |
Color Harmonies of #C89F0F
Complementary color
Monochromatic Colors of #C89F0F
Black with #C89F0F
Text Example
Text Example
White with #C89F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F0F; }
p { color: rgb(200,159,15); }
H1.HeaderClassName
{
color: #C89F0F;
}
.AnyTagClassName
{
color: #C89F0F;
}
</style>
background-color css
<style>
a { background-color: #C89F0F; }
a { background-color: rgb(200,159,15); }
div.DivClassName
{
background-color: #C89F0F;
}
.BgClassName
{
background-color: #C89F0F;
}
</style>
border-color css
<style>
span { border-color: #C89F0F; }
span { border-color: rgb(200,159,15); }
td.TdClassName
{
border-color: #C89F0F;
}
.TagClassName
{
border-color: #C89F0F;
}
</style>