Shades of Buddha Gold #CB9E11
Tints of Buddha Gold #CB9E11
RGB
CMYK
RGB Variations
Color information
#CB9E11 (or 0xCB9E11) is known color: Buddha Gold. HEX triplet: CB, 9E and 11. RGB value is (203,158,17). Sum of RGB (Red+Green+Blue) = 203+158+17=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E11 is #3461EE. Grayscale: #9B9B9B. Windows color (decimal): -3432943 or 1154763. OLE color: 1154763.
HSL color Cylindrical-coordinate representation of color #CB9E11: hue angle of 45.48º 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 #CB9E11 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 17 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.20 |
| HSL | 45.48º | 0.85% | 0.43% | - |
| HSV(B) | 45.48º | 0.92% | 0.8% | - |
| XYZ | 36.96 | 37.19 | 5.76 | - |
| YUV | 155.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 17 | 0 | 0.22 | 0.92 | 0.20 | 45.48 | 0.85 | 0.43 |
| Hex | CB | 9E | 11 | 0 | 16 | 5C | 14 | 2D | 55 | 2B |
| Octal | 313 | 236 | 21 | 0 | 26 | 134 | 24 | 55 | 125 | 53 |
| Binary | 11001011 | 10011110 | 10001 | 0 | 10110 | 1011100 | 10100 | 101101 | 1010101 | 101011 |
Color Harmonies of #CB9E11
Complementary color
Monochromatic Colors of #CB9E11
Black with #CB9E11
Text Example
Text Example
White with #CB9E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E11; }
p { color: rgb(203,158,17); }
H1.HeaderClassName
{
color: #CB9E11;
}
.AnyTagClassName
{
color: #CB9E11;
}
</style>
background-color css
<style>
a { background-color: #CB9E11; }
a { background-color: rgb(203,158,17); }
div.DivClassName
{
background-color: #CB9E11;
}
.BgClassName
{
background-color: #CB9E11;
}
</style>
border-color css
<style>
span { border-color: #CB9E11; }
span { border-color: rgb(203,158,17); }
td.TdClassName
{
border-color: #CB9E11;
}
.TagClassName
{
border-color: #CB9E11;
}
</style>