Shades of Buddha Gold #C89A1D
Tints of Buddha Gold #C89A1D
RGB
CMYK
RGB Variations
Color information
#C89A1D (or 0xC89A1D) is known color: Buddha Gold. HEX triplet: C8, 9A and 1D. RGB value is (200,154,29). Sum of RGB (Red+Green+Blue) = 200+154+29=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A1D is #3765E2. Grayscale: #9A9A9A. Windows color (decimal): -3630563 or 1940168. OLE color: 1940168.
HSL color Cylindrical-coordinate representation of color #C89A1D: hue angle of 43.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C89A1D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 29 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.22 |
| HSL | 43.86º | 0.75% | 0.45% | - |
| HSV(B) | 43.86º | 0.86% | 0.78% | - |
| XYZ | 35.6 | 35.48 | 6.13 | - |
| YUV | 153.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 29 | 0 | 0.23 | 0.86 | 0.22 | 43.86 | 0.75 | 0.45 |
| Hex | C8 | 9A | 1D | 0 | 17 | 56 | 16 | 2C | 4B | 2D |
| Octal | 310 | 232 | 35 | 0 | 27 | 126 | 26 | 54 | 113 | 55 |
| Binary | 11001000 | 10011010 | 11101 | 0 | 10111 | 1010110 | 10110 | 101100 | 1001011 | 101101 |
Color Harmonies of #C89A1D
Complementary color
Monochromatic Colors of #C89A1D
Black with #C89A1D
Text Example
Text Example
White with #C89A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A1D; }
p { color: rgb(200,154,29); }
H1.HeaderClassName
{
color: #C89A1D;
}
.AnyTagClassName
{
color: #C89A1D;
}
</style>
background-color css
<style>
a { background-color: #C89A1D; }
a { background-color: rgb(200,154,29); }
div.DivClassName
{
background-color: #C89A1D;
}
.BgClassName
{
background-color: #C89A1D;
}
</style>
border-color css
<style>
span { border-color: #C89A1D; }
span { border-color: rgb(200,154,29); }
td.TdClassName
{
border-color: #C89A1D;
}
.TagClassName
{
border-color: #C89A1D;
}
</style>