Shades of Buddha Gold #C89418
Tints of Buddha Gold #C89418
RGB
CMYK
RGB Variations
Color information
#C89418 (or 0xC89418) is known color: Buddha Gold. HEX triplet: C8, 94 and 18. RGB value is (200,148,24). Sum of RGB (Red+Green+Blue) = 200+148+24=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C89418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89418 is #376BE7. Grayscale: #959595. Windows color (decimal): -3632104 or 1610952. OLE color: 1610952.
HSL color Cylindrical-coordinate representation of color #C89418: hue angle of 42.27º degrees, saturation: 0.79, 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 #C89418 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 24 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.22 |
| HSL | 42.27º | 0.79% | 0.44% | - |
| HSV(B) | 42.27º | 0.88% | 0.78% | - |
| XYZ | 34.57 | 33.53 | 5.51 | - |
| YUV | 149.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 24 | 0 | 0.26 | 0.88 | 0.22 | 42.27 | 0.79 | 0.44 |
| Hex | C8 | 94 | 18 | 0 | 1A | 58 | 16 | 2A | 4F | 2C |
| Octal | 310 | 224 | 30 | 0 | 32 | 130 | 26 | 52 | 117 | 54 |
| Binary | 11001000 | 10010100 | 11000 | 0 | 11010 | 1011000 | 10110 | 101010 | 1001111 | 101100 |
Color Harmonies of #C89418
Complementary color
Monochromatic Colors of #C89418
Black with #C89418
Text Example
Text Example
White with #C89418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89418; }
p { color: rgb(200,148,24); }
H1.HeaderClassName
{
color: #C89418;
}
.AnyTagClassName
{
color: #C89418;
}
</style>
background-color css
<style>
a { background-color: #C89418; }
a { background-color: rgb(200,148,24); }
div.DivClassName
{
background-color: #C89418;
}
.BgClassName
{
background-color: #C89418;
}
</style>
border-color css
<style>
span { border-color: #C89418; }
span { border-color: rgb(200,148,24); }
td.TdClassName
{
border-color: #C89418;
}
.TagClassName
{
border-color: #C89418;
}
</style>