Shades of Buddha Gold #C89D1E
Tints of Buddha Gold #C89D1E
RGB
CMYK
RGB Variations
Color information
#C89D1E (or 0xC89D1E) is known color: Buddha Gold. HEX triplet: C8, 9D and 1E. RGB value is (200,157,30). Sum of RGB (Red+Green+Blue) = 200+157+30=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D1E is #3762E1. Grayscale: #9B9B9B. Windows color (decimal): -3629794 or 2006472. OLE color: 2006472.
HSL color Cylindrical-coordinate representation of color #C89D1E: hue angle of 44.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C89D1E is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 30 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.22 |
| HSL | 44.82º | 0.74% | 0.45% | - |
| HSV(B) | 44.82º | 0.85% | 0.78% | - |
| XYZ | 36.11 | 36.49 | 6.37 | - |
| YUV | 155.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 30 | 0 | 0.22 | 0.85 | 0.22 | 44.82 | 0.74 | 0.45 |
| Hex | C8 | 9D | 1E | 0 | 16 | 55 | 16 | 2D | 4A | 2D |
| Octal | 310 | 235 | 36 | 0 | 26 | 125 | 26 | 55 | 112 | 55 |
| Binary | 11001000 | 10011101 | 11110 | 0 | 10110 | 1010101 | 10110 | 101101 | 1001010 | 101101 |
Color Harmonies of #C89D1E
Complementary color
Monochromatic Colors of #C89D1E
Black with #C89D1E
Text Example
Text Example
White with #C89D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D1E; }
p { color: rgb(200,157,30); }
H1.HeaderClassName
{
color: #C89D1E;
}
.AnyTagClassName
{
color: #C89D1E;
}
</style>
background-color css
<style>
a { background-color: #C89D1E; }
a { background-color: rgb(200,157,30); }
div.DivClassName
{
background-color: #C89D1E;
}
.BgClassName
{
background-color: #C89D1E;
}
</style>
border-color css
<style>
span { border-color: #C89D1E; }
span { border-color: rgb(200,157,30); }
td.TdClassName
{
border-color: #C89D1E;
}
.TagClassName
{
border-color: #C89D1E;
}
</style>