Shades of Buddha Gold #CB9816
Tints of Buddha Gold #CB9816
RGB
CMYK
RGB Variations
Color information
#CB9816 (or 0xCB9816) is known color: Buddha Gold. HEX triplet: CB, 98 and 16. RGB value is (203,152,22). Sum of RGB (Red+Green+Blue) = 203+152+22=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9816 is #3467E9. Grayscale: #989898. Windows color (decimal): -3434474 or 1480907. OLE color: 1480907.
HSL color Cylindrical-coordinate representation of color #CB9816: hue angle of 43.09º 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 #CB9816 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.20 |
| HSL | 43.09º | 0.8% | 0.44% | - |
| HSV(B) | 43.09º | 0.89% | 0.8% | - |
| XYZ | 36 | 35.21 | 5.66 | - |
| YUV | 152.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 22 | 0 | 0.25 | 0.89 | 0.20 | 43.09 | 0.8 | 0.44 |
| Hex | CB | 98 | 16 | 0 | 19 | 59 | 14 | 2B | 50 | 2C |
| Octal | 313 | 230 | 26 | 0 | 31 | 131 | 24 | 53 | 120 | 54 |
| Binary | 11001011 | 10011000 | 10110 | 0 | 11001 | 1011001 | 10100 | 101011 | 1010000 | 101100 |
Color Harmonies of #CB9816
Complementary color
Monochromatic Colors of #CB9816
Black with #CB9816
Text Example
Text Example
White with #CB9816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9816; }
p { color: rgb(203,152,22); }
H1.HeaderClassName
{
color: #CB9816;
}
.AnyTagClassName
{
color: #CB9816;
}
</style>
background-color css
<style>
a { background-color: #CB9816; }
a { background-color: rgb(203,152,22); }
div.DivClassName
{
background-color: #CB9816;
}
.BgClassName
{
background-color: #CB9816;
}
</style>
border-color css
<style>
span { border-color: #CB9816; }
span { border-color: rgb(203,152,22); }
td.TdClassName
{
border-color: #CB9816;
}
.TagClassName
{
border-color: #CB9816;
}
</style>