Shades of Buddha Gold #C89807
Tints of Buddha Gold #C89807
RGB
CMYK
RGB Variations
Color information
#C89807 (or 0xC89807) is known color: Buddha Gold. HEX triplet: C8, 98 and 07. RGB value is (200,152,7). Sum of RGB (Red+Green+Blue) = 200+152+7=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89807 is #3767F8. Grayscale: #969696. Windows color (decimal): -3631097 or 497864. OLE color: 497864.
HSL color Cylindrical-coordinate representation of color #C89807: hue angle of 45.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C89807 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.22 |
| HSL | 45.08º | 0.93% | 0.41% | - |
| HSV(B) | 45.08º | 0.97% | 0.78% | - |
| XYZ | 35.09 | 34.75 | 5.06 | - |
| YUV | 149.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 7 | 0 | 0.24 | 0.96 | 0.22 | 45.08 | 0.93 | 0.41 |
| Hex | C8 | 98 | 7 | 0 | 18 | 60 | 16 | 2D | 5D | 29 |
| Octal | 310 | 230 | 7 | 0 | 30 | 140 | 26 | 55 | 135 | 51 |
| Binary | 11001000 | 10011000 | 111 | 0 | 11000 | 1100000 | 10110 | 101101 | 1011101 | 101001 |
Color Harmonies of #C89807
Complementary color
Monochromatic Colors of #C89807
Black with #C89807
Text Example
Text Example
White with #C89807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89807; }
p { color: rgb(200,152,7); }
H1.HeaderClassName
{
color: #C89807;
}
.AnyTagClassName
{
color: #C89807;
}
</style>
background-color css
<style>
a { background-color: #C89807; }
a { background-color: rgb(200,152,7); }
div.DivClassName
{
background-color: #C89807;
}
.BgClassName
{
background-color: #C89807;
}
</style>
border-color css
<style>
span { border-color: #C89807; }
span { border-color: rgb(200,152,7); }
td.TdClassName
{
border-color: #C89807;
}
.TagClassName
{
border-color: #C89807;
}
</style>