Shades of Buddha Gold #C89708
Tints of Buddha Gold #C89708
RGB
CMYK
RGB Variations
Color information
#C89708 (or 0xC89708) is known color: Buddha Gold. HEX triplet: C8, 97 and 08. RGB value is (200,151,8). Sum of RGB (Red+Green+Blue) = 200+151+8=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89708 is #3768F7. Grayscale: #959595. Windows color (decimal): -3631352 or 563144. OLE color: 563144.
HSL color Cylindrical-coordinate representation of color #C89708: hue angle of 44.69º degrees, saturation: 0.92, 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 #C89708 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.22 |
| HSL | 44.69º | 0.92% | 0.41% | - |
| HSV(B) | 44.69º | 0.96% | 0.78% | - |
| XYZ | 34.93 | 34.43 | 5.03 | - |
| YUV | 149.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 8 | 0 | 0.24 | 0.96 | 0.22 | 44.69 | 0.92 | 0.41 |
| Hex | C8 | 97 | 8 | 0 | 18 | 60 | 16 | 2D | 5C | 29 |
| Octal | 310 | 227 | 10 | 0 | 30 | 140 | 26 | 55 | 134 | 51 |
| Binary | 11001000 | 10010111 | 1000 | 0 | 11000 | 1100000 | 10110 | 101101 | 1011100 | 101001 |
Color Harmonies of #C89708
Complementary color
Monochromatic Colors of #C89708
Black with #C89708
Text Example
Text Example
White with #C89708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89708; }
p { color: rgb(200,151,8); }
H1.HeaderClassName
{
color: #C89708;
}
.AnyTagClassName
{
color: #C89708;
}
</style>
background-color css
<style>
a { background-color: #C89708; }
a { background-color: rgb(200,151,8); }
div.DivClassName
{
background-color: #C89708;
}
.BgClassName
{
background-color: #C89708;
}
</style>
border-color css
<style>
span { border-color: #C89708; }
span { border-color: rgb(200,151,8); }
td.TdClassName
{
border-color: #C89708;
}
.TagClassName
{
border-color: #C89708;
}
</style>