Shades of Buddha Gold #CB9711
Tints of Buddha Gold #CB9711
RGB
CMYK
RGB Variations
Color information
#CB9711 (or 0xCB9711) is known color: Buddha Gold. HEX triplet: CB, 97 and 11. RGB value is (203,151,17). Sum of RGB (Red+Green+Blue) = 203+151+17=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9711 is #3468EE. Grayscale: #979797. Windows color (decimal): -3434735 or 1152971. OLE color: 1152971.
HSL color Cylindrical-coordinate representation of color #CB9711: hue angle of 43.23º 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 #CB9711 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.20 |
| HSL | 43.23º | 0.85% | 0.43% | - |
| HSV(B) | 43.23º | 0.92% | 0.8% | - |
| XYZ | 35.8 | 34.87 | 5.37 | - |
| YUV | 151.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 17 | 0 | 0.26 | 0.92 | 0.20 | 43.23 | 0.85 | 0.43 |
| Hex | CB | 97 | 11 | 0 | 1A | 5C | 14 | 2B | 55 | 2B |
| Octal | 313 | 227 | 21 | 0 | 32 | 134 | 24 | 53 | 125 | 53 |
| Binary | 11001011 | 10010111 | 10001 | 0 | 11010 | 1011100 | 10100 | 101011 | 1010101 | 101011 |
Color Harmonies of #CB9711
Complementary color
Monochromatic Colors of #CB9711
Black with #CB9711
Text Example
Text Example
White with #CB9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9711; }
p { color: rgb(203,151,17); }
H1.HeaderClassName
{
color: #CB9711;
}
.AnyTagClassName
{
color: #CB9711;
}
</style>
background-color css
<style>
a { background-color: #CB9711; }
a { background-color: rgb(203,151,17); }
div.DivClassName
{
background-color: #CB9711;
}
.BgClassName
{
background-color: #CB9711;
}
</style>
border-color css
<style>
span { border-color: #CB9711; }
span { border-color: rgb(203,151,17); }
td.TdClassName
{
border-color: #CB9711;
}
.TagClassName
{
border-color: #CB9711;
}
</style>