Shades of Buddha Gold #CB9617
Tints of Buddha Gold #CB9617
RGB
CMYK
RGB Variations
Color information
#CB9617 (or 0xCB9617) is known color: Buddha Gold. HEX triplet: CB, 96 and 17. RGB value is (203,150,23). Sum of RGB (Red+Green+Blue) = 203+150+23=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9617 is #3469E8. Grayscale: #979797. Windows color (decimal): -3434985 or 1545931. OLE color: 1545931.
HSL color Cylindrical-coordinate representation of color #CB9617: hue angle of 42.33º 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 #CB9617 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 23 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.20 |
| HSL | 42.33º | 0.8% | 0.44% | - |
| HSV(B) | 42.33º | 0.89% | 0.8% | - |
| XYZ | 35.69 | 34.57 | 5.6 | - |
| YUV | 151.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 23 | 0 | 0.26 | 0.89 | 0.20 | 42.33 | 0.8 | 0.44 |
| Hex | CB | 96 | 17 | 0 | 1A | 59 | 14 | 2A | 50 | 2C |
| Octal | 313 | 226 | 27 | 0 | 32 | 131 | 24 | 52 | 120 | 54 |
| Binary | 11001011 | 10010110 | 10111 | 0 | 11010 | 1011001 | 10100 | 101010 | 1010000 | 101100 |
Color Harmonies of #CB9617
Complementary color
Monochromatic Colors of #CB9617
Black with #CB9617
Text Example
Text Example
White with #CB9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9617; }
p { color: rgb(203,150,23); }
H1.HeaderClassName
{
color: #CB9617;
}
.AnyTagClassName
{
color: #CB9617;
}
</style>
background-color css
<style>
a { background-color: #CB9617; }
a { background-color: rgb(203,150,23); }
div.DivClassName
{
background-color: #CB9617;
}
.BgClassName
{
background-color: #CB9617;
}
</style>
border-color css
<style>
span { border-color: #CB9617; }
span { border-color: rgb(203,150,23); }
td.TdClassName
{
border-color: #CB9617;
}
.TagClassName
{
border-color: #CB9617;
}
</style>