Shades of Buddha Gold #C89D14
Tints of Buddha Gold #C89D14
RGB
CMYK
RGB Variations
Color information
#C89D14 (or 0xC89D14) is known color: Buddha Gold. HEX triplet: C8, 9D and 14. RGB value is (200,157,20). Sum of RGB (Red+Green+Blue) = 200+157+20=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D14 is #3762EB. Grayscale: #9A9A9A. Windows color (decimal): -3629804 or 1351112. OLE color: 1351112.
HSL color Cylindrical-coordinate representation of color #C89D14: hue angle of 45.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89D14 is Cyan = 0, Magento = 0.22, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 20 | - |
| CMYK | 0 | 0.22 | 0.9 | 0.22 |
| HSL | 45.67º | 0.82% | 0.43% | - |
| HSV(B) | 45.67º | 0.9% | 0.78% | - |
| XYZ | 36 | 36.44 | 5.8 | - |
| YUV | 154.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 20 | 0 | 0.22 | 0.9 | 0.22 | 45.67 | 0.82 | 0.43 |
| Hex | C8 | 9D | 14 | 0 | 16 | 5A | 16 | 2E | 52 | 2B |
| Octal | 310 | 235 | 24 | 0 | 26 | 132 | 26 | 56 | 122 | 53 |
| Binary | 11001000 | 10011101 | 10100 | 0 | 10110 | 1011010 | 10110 | 101110 | 1010010 | 101011 |
Color Harmonies of #C89D14
Complementary color
Monochromatic Colors of #C89D14
Black with #C89D14
Text Example
Text Example
White with #C89D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D14; }
p { color: rgb(200,157,20); }
H1.HeaderClassName
{
color: #C89D14;
}
.AnyTagClassName
{
color: #C89D14;
}
</style>
background-color css
<style>
a { background-color: #C89D14; }
a { background-color: rgb(200,157,20); }
div.DivClassName
{
background-color: #C89D14;
}
.BgClassName
{
background-color: #C89D14;
}
</style>
border-color css
<style>
span { border-color: #C89D14; }
span { border-color: rgb(200,157,20); }
td.TdClassName
{
border-color: #C89D14;
}
.TagClassName
{
border-color: #C89D14;
}
</style>