Shades of Buddha Gold #C89D00
Tints of Buddha Gold #C89D00
RGB
CMYK
RGB Variations
Color information
#C89D00 (or 0xC89D00) is known color: Buddha Gold. HEX triplet: C8, 9D and 00. RGB value is (200,157,0). Sum of RGB (Red+Green+Blue) = 200+157+0=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D00 is #3762FF. Grayscale: #989898. Windows color (decimal): -3629824 or 40392. OLE color: 40392.
HSL color Cylindrical-coordinate representation of color #C89D00: hue angle of 47.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C89D00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.22 |
| HSL | 47.1º | 1% | 0.39% | - |
| HSV(B) | 47.1º | 1% | 0.78% | - |
| XYZ | 35.88 | 36.39 | 5.13 | - |
| YUV | 151.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 0 | 0 | 0.22 | 1 | 0.22 | 47.1 | 1 | 0.39 |
| Hex | C8 | 9D | 0 | 0 | 16 | 64 | 16 | 2F | 64 | 27 |
| Octal | 310 | 235 | 0 | 0 | 26 | 144 | 26 | 57 | 144 | 47 |
| Binary | 11001000 | 10011101 | 0 | 0 | 10110 | 1100100 | 10110 | 101111 | 1100100 | 100111 |
Color Harmonies of #C89D00
Complementary color
Monochromatic Colors of #C89D00
Black with #C89D00
Text Example
Text Example
White with #C89D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D00; }
p { color: rgb(200,157,0); }
H1.HeaderClassName
{
color: #C89D00;
}
.AnyTagClassName
{
color: #C89D00;
}
</style>
background-color css
<style>
a { background-color: #C89D00; }
a { background-color: rgb(200,157,0); }
div.DivClassName
{
background-color: #C89D00;
}
.BgClassName
{
background-color: #C89D00;
}
</style>
border-color css
<style>
span { border-color: #C89D00; }
span { border-color: rgb(200,157,0); }
td.TdClassName
{
border-color: #C89D00;
}
.TagClassName
{
border-color: #C89D00;
}
</style>