Shades of Buddha Gold #C89C1D
Tints of Buddha Gold #C89C1D
RGB
CMYK
RGB Variations
Color information
#C89C1D (or 0xC89C1D) is known color: Buddha Gold. HEX triplet: C8, 9C and 1D. RGB value is (200,156,29). Sum of RGB (Red+Green+Blue) = 200+156+29=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C1D is #3763E2. Grayscale: #9B9B9B. Windows color (decimal): -3630051 or 1940680. OLE color: 1940680.
HSL color Cylindrical-coordinate representation of color #C89C1D: hue angle of 44.56º 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 #C89C1D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 29 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.22 |
| HSL | 44.56º | 0.75% | 0.45% | - |
| HSV(B) | 44.56º | 0.86% | 0.78% | - |
| XYZ | 35.93 | 36.15 | 6.25 | - |
| YUV | 154.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 29 | 0 | 0.22 | 0.86 | 0.22 | 44.56 | 0.75 | 0.45 |
| Hex | C8 | 9C | 1D | 0 | 16 | 56 | 16 | 2D | 4B | 2D |
| Octal | 310 | 234 | 35 | 0 | 26 | 126 | 26 | 55 | 113 | 55 |
| Binary | 11001000 | 10011100 | 11101 | 0 | 10110 | 1010110 | 10110 | 101101 | 1001011 | 101101 |
Color Harmonies of #C89C1D
Complementary color
Monochromatic Colors of #C89C1D
Black with #C89C1D
Text Example
Text Example
White with #C89C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C1D; }
p { color: rgb(200,156,29); }
H1.HeaderClassName
{
color: #C89C1D;
}
.AnyTagClassName
{
color: #C89C1D;
}
</style>
background-color css
<style>
a { background-color: #C89C1D; }
a { background-color: rgb(200,156,29); }
div.DivClassName
{
background-color: #C89C1D;
}
.BgClassName
{
background-color: #C89C1D;
}
</style>
border-color css
<style>
span { border-color: #C89C1D; }
span { border-color: rgb(200,156,29); }
td.TdClassName
{
border-color: #C89C1D;
}
.TagClassName
{
border-color: #C89C1D;
}
</style>