Shades of Buddha Gold #C89F05
Tints of Buddha Gold #C89F05
RGB
CMYK
RGB Variations
Color information
#C89F05 (or 0xC89F05) is known color: Buddha Gold. HEX triplet: C8, 9F and 05. RGB value is (200,159,5). Sum of RGB (Red+Green+Blue) = 200+159+5=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F05 is #3760FA. Grayscale: #9A9A9A. Windows color (decimal): -3629307 or 368584. OLE color: 368584.
HSL color Cylindrical-coordinate representation of color #C89F05: hue angle of 47.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C89F05 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.22 |
| HSL | 47.38º | 0.95% | 0.4% | - |
| HSV(B) | 47.38º | 0.98% | 0.78% | - |
| XYZ | 36.24 | 37.09 | 5.39 | - |
| YUV | 153.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 5 | 0 | 0.20 | 0.98 | 0.22 | 47.38 | 0.95 | 0.4 |
| Hex | C8 | 9F | 5 | 0 | 14 | 62 | 16 | 2F | 5F | 28 |
| Octal | 310 | 237 | 5 | 0 | 24 | 142 | 26 | 57 | 137 | 50 |
| Binary | 11001000 | 10011111 | 101 | 0 | 10100 | 1100010 | 10110 | 101111 | 1011111 | 101000 |
Color Harmonies of #C89F05
Complementary color
Monochromatic Colors of #C89F05
Black with #C89F05
Text Example
Text Example
White with #C89F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F05; }
p { color: rgb(200,159,5); }
H1.HeaderClassName
{
color: #C89F05;
}
.AnyTagClassName
{
color: #C89F05;
}
</style>
background-color css
<style>
a { background-color: #C89F05; }
a { background-color: rgb(200,159,5); }
div.DivClassName
{
background-color: #C89F05;
}
.BgClassName
{
background-color: #C89F05;
}
</style>
border-color css
<style>
span { border-color: #C89F05; }
span { border-color: rgb(200,159,5); }
td.TdClassName
{
border-color: #C89F05;
}
.TagClassName
{
border-color: #C89F05;
}
</style>