Shades of Buddha Gold #C89B05
Tints of Buddha Gold #C89B05
RGB
CMYK
RGB Variations
Color information
#C89B05 (or 0xC89B05) is known color: Buddha Gold. HEX triplet: C8, 9B and 05. RGB value is (200,155,5). Sum of RGB (Red+Green+Blue) = 200+155+5=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B05 is #3764FA. Grayscale: #989898. Windows color (decimal): -3630331 or 367560. OLE color: 367560.
HSL color Cylindrical-coordinate representation of color #C89B05: hue angle of 46.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C89B05 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.22 |
| HSL | 46.15º | 0.95% | 0.4% | - |
| HSV(B) | 46.15º | 0.98% | 0.78% | - |
| XYZ | 35.57 | 35.73 | 5.17 | - |
| YUV | 151.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 5 | 0 | 0.22 | 0.98 | 0.22 | 46.15 | 0.95 | 0.4 |
| Hex | C8 | 9B | 5 | 0 | 16 | 62 | 16 | 2E | 5F | 28 |
| Octal | 310 | 233 | 5 | 0 | 26 | 142 | 26 | 56 | 137 | 50 |
| Binary | 11001000 | 10011011 | 101 | 0 | 10110 | 1100010 | 10110 | 101110 | 1011111 | 101000 |
Color Harmonies of #C89B05
Complementary color
Monochromatic Colors of #C89B05
Black with #C89B05
Text Example
Text Example
White with #C89B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B05; }
p { color: rgb(200,155,5); }
H1.HeaderClassName
{
color: #C89B05;
}
.AnyTagClassName
{
color: #C89B05;
}
</style>
background-color css
<style>
a { background-color: #C89B05; }
a { background-color: rgb(200,155,5); }
div.DivClassName
{
background-color: #C89B05;
}
.BgClassName
{
background-color: #C89B05;
}
</style>
border-color css
<style>
span { border-color: #C89B05; }
span { border-color: rgb(200,155,5); }
td.TdClassName
{
border-color: #C89B05;
}
.TagClassName
{
border-color: #C89B05;
}
</style>