Shades of Buddha Gold #C89E22
Tints of Buddha Gold #C89E22
RGB
CMYK
RGB Variations
Color information
#C89E22 (or 0xC89E22) is known color: Buddha Gold. HEX triplet: C8, 9E and 22. RGB value is (200,158,34). Sum of RGB (Red+Green+Blue) = 200+158+34=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E22 is #3761DD. Grayscale: #9C9C9C. Windows color (decimal): -3629534 or 2268872. OLE color: 2268872.
HSL color Cylindrical-coordinate representation of color #C89E22: hue angle of 44.82º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C89E22 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 34 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.22 |
| HSL | 44.82º | 0.71% | 0.46% | - |
| HSV(B) | 44.82º | 0.83% | 0.78% | - |
| XYZ | 36.34 | 36.85 | 6.71 | - |
| YUV | 156.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 34 | 0 | 0.21 | 0.83 | 0.22 | 44.82 | 0.71 | 0.46 |
| Hex | C8 | 9E | 22 | 0 | 15 | 53 | 16 | 2D | 47 | 2E |
| Octal | 310 | 236 | 42 | 0 | 25 | 123 | 26 | 55 | 107 | 56 |
| Binary | 11001000 | 10011110 | 100010 | 0 | 10101 | 1010011 | 10110 | 101101 | 1000111 | 101110 |
Color Harmonies of #C89E22
Complementary color
Monochromatic Colors of #C89E22
Black with #C89E22
Text Example
Text Example
White with #C89E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E22; }
p { color: rgb(200,158,34); }
H1.HeaderClassName
{
color: #C89E22;
}
.AnyTagClassName
{
color: #C89E22;
}
</style>
background-color css
<style>
a { background-color: #C89E22; }
a { background-color: rgb(200,158,34); }
div.DivClassName
{
background-color: #C89E22;
}
.BgClassName
{
background-color: #C89E22;
}
</style>
border-color css
<style>
span { border-color: #C89E22; }
span { border-color: rgb(200,158,34); }
td.TdClassName
{
border-color: #C89E22;
}
.TagClassName
{
border-color: #C89E22;
}
</style>