Shades of Buddha Gold #C89C24
Tints of Buddha Gold #C89C24
RGB
CMYK
RGB Variations
Color information
#C89C24 (or 0xC89C24) is known color: Buddha Gold. HEX triplet: C8, 9C and 24. RGB value is (200,156,36). Sum of RGB (Red+Green+Blue) = 200+156+36=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C24 is #3763DB. Grayscale: #9C9C9C. Windows color (decimal): -3630044 or 2399432. OLE color: 2399432.
HSL color Cylindrical-coordinate representation of color #C89C24: hue angle of 43.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89C24 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 36 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.22 |
| HSL | 43.9º | 0.69% | 0.46% | - |
| HSV(B) | 43.9º | 0.82% | 0.78% | - |
| XYZ | 36.03 | 36.18 | 6.75 | - |
| YUV | 155.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 36 | 0 | 0.22 | 0.82 | 0.22 | 43.9 | 0.69 | 0.46 |
| Hex | C8 | 9C | 24 | 0 | 16 | 52 | 16 | 2C | 45 | 2E |
| Octal | 310 | 234 | 44 | 0 | 26 | 122 | 26 | 54 | 105 | 56 |
| Binary | 11001000 | 10011100 | 100100 | 0 | 10110 | 1010010 | 10110 | 101100 | 1000101 | 101110 |
Color Harmonies of #C89C24
Complementary color
Monochromatic Colors of #C89C24
Black with #C89C24
Text Example
Text Example
White with #C89C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C24; }
p { color: rgb(200,156,36); }
H1.HeaderClassName
{
color: #C89C24;
}
.AnyTagClassName
{
color: #C89C24;
}
</style>
background-color css
<style>
a { background-color: #C89C24; }
a { background-color: rgb(200,156,36); }
div.DivClassName
{
background-color: #C89C24;
}
.BgClassName
{
background-color: #C89C24;
}
</style>
border-color css
<style>
span { border-color: #C89C24; }
span { border-color: rgb(200,156,36); }
td.TdClassName
{
border-color: #C89C24;
}
.TagClassName
{
border-color: #C89C24;
}
</style>