Shades of Buddha Gold #C89D03
Tints of Buddha Gold #C89D03
RGB
CMYK
RGB Variations
Color information
#C89D03 (or 0xC89D03) is known color: Buddha Gold. HEX triplet: C8, 9D and 03. RGB value is (200,157,3). Sum of RGB (Red+Green+Blue) = 200+157+3=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D03 is #3762FC. Grayscale: #989898. Windows color (decimal): -3629821 or 237000. OLE color: 237000.
HSL color Cylindrical-coordinate representation of color #C89D03: hue angle of 46.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89D03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.22 |
| HSL | 46.9º | 0.97% | 0.4% | - |
| HSV(B) | 46.9º | 0.99% | 0.78% | - |
| XYZ | 35.89 | 36.4 | 5.22 | - |
| YUV | 152.3 | 43.75 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 3 | 0 | 0.22 | 0.98 | 0.22 | 46.9 | 0.97 | 0.4 |
| Hex | C8 | 9D | 3 | 0 | 16 | 62 | 16 | 2F | 61 | 28 |
| Octal | 310 | 235 | 3 | 0 | 26 | 142 | 26 | 57 | 141 | 50 |
| Binary | 11001000 | 10011101 | 11 | 0 | 10110 | 1100010 | 10110 | 101111 | 1100001 | 101000 |
Color Harmonies of #C89D03
Complementary color
Monochromatic Colors of #C89D03
Black with #C89D03
Text Example
Text Example
White with #C89D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D03; }
p { color: rgb(200,157,3); }
H1.HeaderClassName
{
color: #C89D03;
}
.AnyTagClassName
{
color: #C89D03;
}
</style>
background-color css
<style>
a { background-color: #C89D03; }
a { background-color: rgb(200,157,3); }
div.DivClassName
{
background-color: #C89D03;
}
.BgClassName
{
background-color: #C89D03;
}
</style>
border-color css
<style>
span { border-color: #C89D03; }
span { border-color: rgb(200,157,3); }
td.TdClassName
{
border-color: #C89D03;
}
.TagClassName
{
border-color: #C89D03;
}
</style>