Shades of Buddha Gold #CB9B17
Tints of Buddha Gold #CB9B17
RGB
CMYK
RGB Variations
Color information
#CB9B17 (or 0xCB9B17) is known color: Buddha Gold. HEX triplet: CB, 9B and 17. RGB value is (203,155,23). Sum of RGB (Red+Green+Blue) = 203+155+23=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B17 is #3464E8. Grayscale: #9A9A9A. Windows color (decimal): -3433705 or 1547211. OLE color: 1547211.
HSL color Cylindrical-coordinate representation of color #CB9B17: hue angle of 44º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB9B17 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 23 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.20 |
| HSL | 44º | 0.8% | 0.44% | - |
| HSV(B) | 44º | 0.89% | 0.8% | - |
| XYZ | 36.5 | 36.2 | 5.87 | - |
| YUV | 154.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 23 | 0 | 0.24 | 0.89 | 0.20 | 44 | 0.8 | 0.44 |
| Hex | CB | 9B | 17 | 0 | 18 | 59 | 14 | 2C | 50 | 2C |
| Octal | 313 | 233 | 27 | 0 | 30 | 131 | 24 | 54 | 120 | 54 |
| Binary | 11001011 | 10011011 | 10111 | 0 | 11000 | 1011001 | 10100 | 101100 | 1010000 | 101100 |
Color Harmonies of #CB9B17
Complementary color
Monochromatic Colors of #CB9B17
Black with #CB9B17
Text Example
Text Example
White with #CB9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B17; }
p { color: rgb(203,155,23); }
H1.HeaderClassName
{
color: #CB9B17;
}
.AnyTagClassName
{
color: #CB9B17;
}
</style>
background-color css
<style>
a { background-color: #CB9B17; }
a { background-color: rgb(203,155,23); }
div.DivClassName
{
background-color: #CB9B17;
}
.BgClassName
{
background-color: #CB9B17;
}
</style>
border-color css
<style>
span { border-color: #CB9B17; }
span { border-color: rgb(203,155,23); }
td.TdClassName
{
border-color: #CB9B17;
}
.TagClassName
{
border-color: #CB9B17;
}
</style>