Shades of Buddha Gold #CB9911
Tints of Buddha Gold #CB9911
RGB
CMYK
RGB Variations
Color information
#CB9911 (or 0xCB9911) is known color: Buddha Gold. HEX triplet: CB, 99 and 11. RGB value is (203,153,17). Sum of RGB (Red+Green+Blue) = 203+153+17=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9911 is #3466EE. Grayscale: #999999. Windows color (decimal): -3434223 or 1153483. OLE color: 1153483.
HSL color Cylindrical-coordinate representation of color #CB9911: hue angle of 43.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB9911 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.20 |
| HSL | 43.87º | 0.85% | 0.43% | - |
| HSV(B) | 43.87º | 0.92% | 0.8% | - |
| XYZ | 36.12 | 35.52 | 5.48 | - |
| YUV | 152.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 17 | 0 | 0.25 | 0.92 | 0.20 | 43.87 | 0.85 | 0.43 |
| Hex | CB | 99 | 11 | 0 | 19 | 5C | 14 | 2C | 55 | 2B |
| Octal | 313 | 231 | 21 | 0 | 31 | 134 | 24 | 54 | 125 | 53 |
| Binary | 11001011 | 10011001 | 10001 | 0 | 11001 | 1011100 | 10100 | 101100 | 1010101 | 101011 |
Color Harmonies of #CB9911
Complementary color
Monochromatic Colors of #CB9911
Black with #CB9911
Text Example
Text Example
White with #CB9911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9911; }
p { color: rgb(203,153,17); }
H1.HeaderClassName
{
color: #CB9911;
}
.AnyTagClassName
{
color: #CB9911;
}
</style>
background-color css
<style>
a { background-color: #CB9911; }
a { background-color: rgb(203,153,17); }
div.DivClassName
{
background-color: #CB9911;
}
.BgClassName
{
background-color: #CB9911;
}
</style>
border-color css
<style>
span { border-color: #CB9911; }
span { border-color: rgb(203,153,17); }
td.TdClassName
{
border-color: #CB9911;
}
.TagClassName
{
border-color: #CB9911;
}
</style>