Shades of Buddha Gold #C89717
Tints of Buddha Gold #C89717
RGB
CMYK
RGB Variations
Color information
#C89717 (or 0xC89717) is known color: Buddha Gold. HEX triplet: C8, 97 and 17. RGB value is (200,151,23). Sum of RGB (Red+Green+Blue) = 200+151+23=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89717 is #3768E8. Grayscale: #979797. Windows color (decimal): -3631337 or 1546184. OLE color: 1546184.
HSL color Cylindrical-coordinate representation of color #C89717: hue angle of 43.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89717 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 23 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.22 |
| HSL | 43.39º | 0.79% | 0.44% | - |
| HSV(B) | 43.39º | 0.89% | 0.78% | - |
| XYZ | 35.04 | 34.47 | 5.62 | - |
| YUV | 151.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 23 | 0 | 0.24 | 0.88 | 0.22 | 43.39 | 0.79 | 0.44 |
| Hex | C8 | 97 | 17 | 0 | 18 | 58 | 16 | 2B | 4F | 2C |
| Octal | 310 | 227 | 27 | 0 | 30 | 130 | 26 | 53 | 117 | 54 |
| Binary | 11001000 | 10010111 | 10111 | 0 | 11000 | 1011000 | 10110 | 101011 | 1001111 | 101100 |
Color Harmonies of #C89717
Complementary color
Monochromatic Colors of #C89717
Black with #C89717
Text Example
Text Example
White with #C89717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89717; }
p { color: rgb(200,151,23); }
H1.HeaderClassName
{
color: #C89717;
}
.AnyTagClassName
{
color: #C89717;
}
</style>
background-color css
<style>
a { background-color: #C89717; }
a { background-color: rgb(200,151,23); }
div.DivClassName
{
background-color: #C89717;
}
.BgClassName
{
background-color: #C89717;
}
</style>
border-color css
<style>
span { border-color: #C89717; }
span { border-color: rgb(200,151,23); }
td.TdClassName
{
border-color: #C89717;
}
.TagClassName
{
border-color: #C89717;
}
</style>