Shades of Buddha Gold #C89713
Tints of Buddha Gold #C89713
RGB
CMYK
RGB Variations
Color information
#C89713 (or 0xC89713) is known color: Buddha Gold. HEX triplet: C8, 97 and 13. RGB value is (200,151,19). Sum of RGB (Red+Green+Blue) = 200+151+19=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C89713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89713 is #3768EC. Grayscale: #979797. Windows color (decimal): -3631341 or 1284040. OLE color: 1284040.
HSL color Cylindrical-coordinate representation of color #C89713: hue angle of 43.76º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89713 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.22 |
| HSL | 43.76º | 0.83% | 0.43% | - |
| HSV(B) | 43.76º | 0.91% | 0.78% | - |
| XYZ | 35 | 34.46 | 5.42 | - |
| YUV | 150.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 19 | 0 | 0.24 | 0.90 | 0.22 | 43.76 | 0.83 | 0.43 |
| Hex | C8 | 97 | 13 | 0 | 18 | 5A | 16 | 2C | 53 | 2B |
| Octal | 310 | 227 | 23 | 0 | 30 | 132 | 26 | 54 | 123 | 53 |
| Binary | 11001000 | 10010111 | 10011 | 0 | 11000 | 1011010 | 10110 | 101100 | 1010011 | 101011 |
Color Harmonies of #C89713
Complementary color
Monochromatic Colors of #C89713
Black with #C89713
Text Example
Text Example
White with #C89713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89713; }
p { color: rgb(200,151,19); }
H1.HeaderClassName
{
color: #C89713;
}
.AnyTagClassName
{
color: #C89713;
}
</style>
background-color css
<style>
a { background-color: #C89713; }
a { background-color: rgb(200,151,19); }
div.DivClassName
{
background-color: #C89713;
}
.BgClassName
{
background-color: #C89713;
}
</style>
border-color css
<style>
span { border-color: #C89713; }
span { border-color: rgb(200,151,19); }
td.TdClassName
{
border-color: #C89713;
}
.TagClassName
{
border-color: #C89713;
}
</style>