Shades of Buddha Gold #CB9B0E
Tints of Buddha Gold #CB9B0E
RGB
CMYK
RGB Variations
Color information
#CB9B0E (or 0xCB9B0E) is known color: Buddha Gold. HEX triplet: CB, 9B and 0E. RGB value is (203,155,14). Sum of RGB (Red+Green+Blue) = 203+155+14=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B0E is #3464F1. Grayscale: #999999. Windows color (decimal): -3433714 or 957387. OLE color: 957387.
HSL color Cylindrical-coordinate representation of color #CB9B0E: hue angle of 44.76º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB9B0E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.20 |
| HSL | 44.76º | 0.87% | 0.43% | - |
| HSV(B) | 44.76º | 0.93% | 0.8% | - |
| XYZ | 36.43 | 36.17 | 5.48 | - |
| YUV | 153.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 14 | 0 | 0.24 | 0.93 | 0.20 | 44.76 | 0.87 | 0.43 |
| Hex | CB | 9B | E | 0 | 18 | 5D | 14 | 2D | 57 | 2B |
| Octal | 313 | 233 | 16 | 0 | 30 | 135 | 24 | 55 | 127 | 53 |
| Binary | 11001011 | 10011011 | 1110 | 0 | 11000 | 1011101 | 10100 | 101101 | 1010111 | 101011 |
Color Harmonies of #CB9B0E
Complementary color
Monochromatic Colors of #CB9B0E
Black with #CB9B0E
Text Example
Text Example
White with #CB9B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B0E; }
p { color: rgb(203,155,14); }
H1.HeaderClassName
{
color: #CB9B0E;
}
.AnyTagClassName
{
color: #CB9B0E;
}
</style>
background-color css
<style>
a { background-color: #CB9B0E; }
a { background-color: rgb(203,155,14); }
div.DivClassName
{
background-color: #CB9B0E;
}
.BgClassName
{
background-color: #CB9B0E;
}
</style>
border-color css
<style>
span { border-color: #CB9B0E; }
span { border-color: rgb(203,155,14); }
td.TdClassName
{
border-color: #CB9B0E;
}
.TagClassName
{
border-color: #CB9B0E;
}
</style>