Shades of Buddha Gold #C89617
Tints of Buddha Gold #C89617
RGB
CMYK
RGB Variations
Color information
#C89617 (or 0xC89617) is known color: Buddha Gold. HEX triplet: C8, 96 and 17. RGB value is (200,150,23). Sum of RGB (Red+Green+Blue) = 200+150+23=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89617 is #3769E8. Grayscale: #979797. Windows color (decimal): -3631593 or 1545928. OLE color: 1545928.
HSL color Cylindrical-coordinate representation of color #C89617: hue angle of 43.05º 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 #C89617 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.22 |
| HSL | 43.05º | 0.79% | 0.44% | - |
| HSV(B) | 43.05º | 0.89% | 0.78% | - |
| XYZ | 34.88 | 34.15 | 5.56 | - |
| YUV | 150.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 23 | 0 | 0.25 | 0.88 | 0.22 | 43.05 | 0.79 | 0.44 |
| Hex | C8 | 96 | 17 | 0 | 19 | 58 | 16 | 2B | 4F | 2C |
| Octal | 310 | 226 | 27 | 0 | 31 | 130 | 26 | 53 | 117 | 54 |
| Binary | 11001000 | 10010110 | 10111 | 0 | 11001 | 1011000 | 10110 | 101011 | 1001111 | 101100 |
Color Harmonies of #C89617
Complementary color
Monochromatic Colors of #C89617
Black with #C89617
Text Example
Text Example
White with #C89617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89617; }
p { color: rgb(200,150,23); }
H1.HeaderClassName
{
color: #C89617;
}
.AnyTagClassName
{
color: #C89617;
}
</style>
background-color css
<style>
a { background-color: #C89617; }
a { background-color: rgb(200,150,23); }
div.DivClassName
{
background-color: #C89617;
}
.BgClassName
{
background-color: #C89617;
}
</style>
border-color css
<style>
span { border-color: #C89617; }
span { border-color: rgb(200,150,23); }
td.TdClassName
{
border-color: #C89617;
}
.TagClassName
{
border-color: #C89617;
}
</style>