Shades of Buddha Gold #C89F24
Tints of Buddha Gold #C89F24
RGB
CMYK
RGB Variations
Color information
#C89F24 (or 0xC89F24) is known color: Buddha Gold. HEX triplet: C8, 9F and 24. RGB value is (200,159,36). Sum of RGB (Red+Green+Blue) = 200+159+36=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F24 is #3760DB. Grayscale: #9D9D9D. Windows color (decimal): -3629276 or 2400200. OLE color: 2400200.
HSL color Cylindrical-coordinate representation of color #C89F24: hue angle of 45º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89F24 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 36 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.22 |
| HSL | 45º | 0.69% | 0.46% | - |
| HSV(B) | 45º | 0.82% | 0.78% | - |
| XYZ | 36.54 | 37.2 | 6.92 | - |
| YUV | 157.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 36 | 0 | 0.20 | 0.82 | 0.22 | 45 | 0.69 | 0.46 |
| Hex | C8 | 9F | 24 | 0 | 14 | 52 | 16 | 2D | 45 | 2E |
| Octal | 310 | 237 | 44 | 0 | 24 | 122 | 26 | 55 | 105 | 56 |
| Binary | 11001000 | 10011111 | 100100 | 0 | 10100 | 1010010 | 10110 | 101101 | 1000101 | 101110 |
Color Harmonies of #C89F24
Complementary color
Monochromatic Colors of #C89F24
Black with #C89F24
Text Example
Text Example
White with #C89F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F24; }
p { color: rgb(200,159,36); }
H1.HeaderClassName
{
color: #C89F24;
}
.AnyTagClassName
{
color: #C89F24;
}
</style>
background-color css
<style>
a { background-color: #C89F24; }
a { background-color: rgb(200,159,36); }
div.DivClassName
{
background-color: #C89F24;
}
.BgClassName
{
background-color: #C89F24;
}
</style>
border-color css
<style>
span { border-color: #C89F24; }
span { border-color: rgb(200,159,36); }
td.TdClassName
{
border-color: #C89F24;
}
.TagClassName
{
border-color: #C89F24;
}
</style>