Shades of Buddha Gold #C89D12
Tints of Buddha Gold #C89D12
RGB
CMYK
RGB Variations
Color information
#C89D12 (or 0xC89D12) is known color: Buddha Gold. HEX triplet: C8, 9D and 12. RGB value is (200,157,18). Sum of RGB (Red+Green+Blue) = 200+157+18=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D12 is #3762ED. Grayscale: #9A9A9A. Windows color (decimal): -3629806 or 1220040. OLE color: 1220040.
HSL color Cylindrical-coordinate representation of color #C89D12: hue angle of 45.82º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C89D12 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 18 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.22 |
| HSL | 45.82º | 0.83% | 0.43% | - |
| HSV(B) | 45.82º | 0.91% | 0.78% | - |
| XYZ | 35.99 | 36.44 | 5.71 | - |
| YUV | 154.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 18 | 0 | 0.22 | 0.91 | 0.22 | 45.82 | 0.83 | 0.43 |
| Hex | C8 | 9D | 12 | 0 | 16 | 5B | 16 | 2E | 53 | 2B |
| Octal | 310 | 235 | 22 | 0 | 26 | 133 | 26 | 56 | 123 | 53 |
| Binary | 11001000 | 10011101 | 10010 | 0 | 10110 | 1011011 | 10110 | 101110 | 1010011 | 101011 |
Color Harmonies of #C89D12
Complementary color
Monochromatic Colors of #C89D12
Black with #C89D12
Text Example
Text Example
White with #C89D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D12; }
p { color: rgb(200,157,18); }
H1.HeaderClassName
{
color: #C89D12;
}
.AnyTagClassName
{
color: #C89D12;
}
</style>
background-color css
<style>
a { background-color: #C89D12; }
a { background-color: rgb(200,157,18); }
div.DivClassName
{
background-color: #C89D12;
}
.BgClassName
{
background-color: #C89D12;
}
</style>
border-color css
<style>
span { border-color: #C89D12; }
span { border-color: rgb(200,157,18); }
td.TdClassName
{
border-color: #C89D12;
}
.TagClassName
{
border-color: #C89D12;
}
</style>