Shades of Buddha Gold #C89D17
Tints of Buddha Gold #C89D17
RGB
CMYK
RGB Variations
Color information
#C89D17 (or 0xC89D17) is known color: Buddha Gold. HEX triplet: C8, 9D and 17. RGB value is (200,157,23). Sum of RGB (Red+Green+Blue) = 200+157+23=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D17 is #3762E8. Grayscale: #9B9B9B. Windows color (decimal): -3629801 or 1547720. OLE color: 1547720.
HSL color Cylindrical-coordinate representation of color #C89D17: hue angle of 45.42º 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 #C89D17 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 23 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.22 |
| HSL | 45.42º | 0.79% | 0.44% | - |
| HSV(B) | 45.42º | 0.89% | 0.78% | - |
| XYZ | 36.03 | 36.46 | 5.95 | - |
| YUV | 154.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 23 | 0 | 0.22 | 0.88 | 0.22 | 45.42 | 0.79 | 0.44 |
| Hex | C8 | 9D | 17 | 0 | 16 | 58 | 16 | 2D | 4F | 2C |
| Octal | 310 | 235 | 27 | 0 | 26 | 130 | 26 | 55 | 117 | 54 |
| Binary | 11001000 | 10011101 | 10111 | 0 | 10110 | 1011000 | 10110 | 101101 | 1001111 | 101100 |
Color Harmonies of #C89D17
Complementary color
Monochromatic Colors of #C89D17
Black with #C89D17
Text Example
Text Example
White with #C89D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D17; }
p { color: rgb(200,157,23); }
H1.HeaderClassName
{
color: #C89D17;
}
.AnyTagClassName
{
color: #C89D17;
}
</style>
background-color css
<style>
a { background-color: #C89D17; }
a { background-color: rgb(200,157,23); }
div.DivClassName
{
background-color: #C89D17;
}
.BgClassName
{
background-color: #C89D17;
}
</style>
border-color css
<style>
span { border-color: #C89D17; }
span { border-color: rgb(200,157,23); }
td.TdClassName
{
border-color: #C89D17;
}
.TagClassName
{
border-color: #C89D17;
}
</style>