Shades of Buddha Gold #C89A1E
Tints of Buddha Gold #C89A1E
RGB
CMYK
RGB Variations
Color information
#C89A1E (or 0xC89A1E) is known color: Buddha Gold. HEX triplet: C8, 9A and 1E. RGB value is (200,154,30). Sum of RGB (Red+Green+Blue) = 200+154+30=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A1E is #3765E1. Grayscale: #9A9A9A. Windows color (decimal): -3630562 or 2005704. OLE color: 2005704.
HSL color Cylindrical-coordinate representation of color #C89A1E: hue angle of 43.76º 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 #C89A1E is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 30 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.22 |
| HSL | 43.76º | 0.74% | 0.45% | - |
| HSV(B) | 43.76º | 0.85% | 0.78% | - |
| XYZ | 35.61 | 35.48 | 6.2 | - |
| YUV | 153.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 30 | 0 | 0.23 | 0.85 | 0.22 | 43.76 | 0.74 | 0.45 |
| Hex | C8 | 9A | 1E | 0 | 17 | 55 | 16 | 2C | 4A | 2D |
| Octal | 310 | 232 | 36 | 0 | 27 | 125 | 26 | 54 | 112 | 55 |
| Binary | 11001000 | 10011010 | 11110 | 0 | 10111 | 1010101 | 10110 | 101100 | 1001010 | 101101 |
Color Harmonies of #C89A1E
Complementary color
Monochromatic Colors of #C89A1E
Black with #C89A1E
Text Example
Text Example
White with #C89A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A1E; }
p { color: rgb(200,154,30); }
H1.HeaderClassName
{
color: #C89A1E;
}
.AnyTagClassName
{
color: #C89A1E;
}
</style>
background-color css
<style>
a { background-color: #C89A1E; }
a { background-color: rgb(200,154,30); }
div.DivClassName
{
background-color: #C89A1E;
}
.BgClassName
{
background-color: #C89A1E;
}
</style>
border-color css
<style>
span { border-color: #C89A1E; }
span { border-color: rgb(200,154,30); }
td.TdClassName
{
border-color: #C89A1E;
}
.TagClassName
{
border-color: #C89A1E;
}
</style>