Shades of Buddha Gold #C89D19
Tints of Buddha Gold #C89D19
RGB
CMYK
RGB Variations
Color information
#C89D19 (or 0xC89D19) is known color: Buddha Gold. HEX triplet: C8, 9D and 19. RGB value is (200,157,25). Sum of RGB (Red+Green+Blue) = 200+157+25=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D19 is #3762E6. Grayscale: #9B9B9B. Windows color (decimal): -3629799 or 1678792. OLE color: 1678792.
HSL color Cylindrical-coordinate representation of color #C89D19: hue angle of 45.26º degrees, saturation: 0.78, 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 #C89D19 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.22 |
| HSL | 45.26º | 0.78% | 0.44% | - |
| HSV(B) | 45.26º | 0.88% | 0.78% | - |
| XYZ | 36.05 | 36.46 | 6.06 | - |
| YUV | 154.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 25 | 0 | 0.22 | 0.88 | 0.22 | 45.26 | 0.78 | 0.44 |
| Hex | C8 | 9D | 19 | 0 | 16 | 58 | 16 | 2D | 4E | 2C |
| Octal | 310 | 235 | 31 | 0 | 26 | 130 | 26 | 55 | 116 | 54 |
| Binary | 11001000 | 10011101 | 11001 | 0 | 10110 | 1011000 | 10110 | 101101 | 1001110 | 101100 |
Color Harmonies of #C89D19
Complementary color
Monochromatic Colors of #C89D19
Black with #C89D19
Text Example
Text Example
White with #C89D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D19; }
p { color: rgb(200,157,25); }
H1.HeaderClassName
{
color: #C89D19;
}
.AnyTagClassName
{
color: #C89D19;
}
</style>
background-color css
<style>
a { background-color: #C89D19; }
a { background-color: rgb(200,157,25); }
div.DivClassName
{
background-color: #C89D19;
}
.BgClassName
{
background-color: #C89D19;
}
</style>
border-color css
<style>
span { border-color: #C89D19; }
span { border-color: rgb(200,157,25); }
td.TdClassName
{
border-color: #C89D19;
}
.TagClassName
{
border-color: #C89D19;
}
</style>