Shades of Buddha Gold #C89F14
Tints of Buddha Gold #C89F14
RGB
CMYK
RGB Variations
Color information
#C89F14 (or 0xC89F14) is known color: Buddha Gold. HEX triplet: C8, 9F and 14. RGB value is (200,159,20). Sum of RGB (Red+Green+Blue) = 200+159+20=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F14 is #3760EB. Grayscale: #9C9C9C. Windows color (decimal): -3629292 or 1351624. OLE color: 1351624.
HSL color Cylindrical-coordinate representation of color #C89F14: hue angle of 46.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89F14 is Cyan = 0, Magento = 0.20, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 20 | - |
| CMYK | 0 | 0.20 | 0.9 | 0.22 |
| HSL | 46.33º | 0.82% | 0.43% | - |
| HSV(B) | 46.33º | 0.9% | 0.78% | - |
| XYZ | 36.34 | 37.13 | 5.91 | - |
| YUV | 155.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 20 | 0 | 0.20 | 0.9 | 0.22 | 46.33 | 0.82 | 0.43 |
| Hex | C8 | 9F | 14 | 0 | 14 | 5A | 16 | 2E | 52 | 2B |
| Octal | 310 | 237 | 24 | 0 | 24 | 132 | 26 | 56 | 122 | 53 |
| Binary | 11001000 | 10011111 | 10100 | 0 | 10100 | 1011010 | 10110 | 101110 | 1010010 | 101011 |
Color Harmonies of #C89F14
Complementary color
Monochromatic Colors of #C89F14
Black with #C89F14
Text Example
Text Example
White with #C89F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F14; }
p { color: rgb(200,159,20); }
H1.HeaderClassName
{
color: #C89F14;
}
.AnyTagClassName
{
color: #C89F14;
}
</style>
background-color css
<style>
a { background-color: #C89F14; }
a { background-color: rgb(200,159,20); }
div.DivClassName
{
background-color: #C89F14;
}
.BgClassName
{
background-color: #C89F14;
}
</style>
border-color css
<style>
span { border-color: #C89F14; }
span { border-color: rgb(200,159,20); }
td.TdClassName
{
border-color: #C89F14;
}
.TagClassName
{
border-color: #C89F14;
}
</style>