Shades of Buddha Gold #C89B17
Tints of Buddha Gold #C89B17
RGB
CMYK
RGB Variations
Color information
#C89B17 (or 0xC89B17) is known color: Buddha Gold. HEX triplet: C8, 9B and 17. RGB value is (200,155,23). Sum of RGB (Red+Green+Blue) = 200+155+23=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B17 is #3764E8. Grayscale: #999999. Windows color (decimal): -3630313 or 1547208. OLE color: 1547208.
HSL color Cylindrical-coordinate representation of color #C89B17: hue angle of 44.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89B17 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 23 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.22 |
| HSL | 44.75º | 0.79% | 0.44% | - |
| HSV(B) | 44.75º | 0.89% | 0.78% | - |
| XYZ | 35.7 | 35.78 | 5.84 | - |
| YUV | 153.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 23 | 0 | 0.22 | 0.88 | 0.22 | 44.75 | 0.79 | 0.44 |
| Hex | C8 | 9B | 17 | 0 | 16 | 58 | 16 | 2D | 4F | 2C |
| Octal | 310 | 233 | 27 | 0 | 26 | 130 | 26 | 55 | 117 | 54 |
| Binary | 11001000 | 10011011 | 10111 | 0 | 10110 | 1011000 | 10110 | 101101 | 1001111 | 101100 |
Color Harmonies of #C89B17
Complementary color
Monochromatic Colors of #C89B17
Black with #C89B17
Text Example
Text Example
White with #C89B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B17; }
p { color: rgb(200,155,23); }
H1.HeaderClassName
{
color: #C89B17;
}
.AnyTagClassName
{
color: #C89B17;
}
</style>
background-color css
<style>
a { background-color: #C89B17; }
a { background-color: rgb(200,155,23); }
div.DivClassName
{
background-color: #C89B17;
}
.BgClassName
{
background-color: #C89B17;
}
</style>
border-color css
<style>
span { border-color: #C89B17; }
span { border-color: rgb(200,155,23); }
td.TdClassName
{
border-color: #C89B17;
}
.TagClassName
{
border-color: #C89B17;
}
</style>