Shades of Buddha Gold #CB9B0D
Tints of Buddha Gold #CB9B0D
RGB
CMYK
RGB Variations
Color information
#CB9B0D (or 0xCB9B0D) is known color: Buddha Gold. HEX triplet: CB, 9B and 0D. RGB value is (203,155,13). Sum of RGB (Red+Green+Blue) = 203+155+13=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B0D is #3464F2. Grayscale: #999999. Windows color (decimal): -3433715 or 891851. OLE color: 891851.
HSL color Cylindrical-coordinate representation of color #CB9B0D: hue angle of 44.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB9B0D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.20 |
| HSL | 44.84º | 0.88% | 0.42% | - |
| HSV(B) | 44.84º | 0.94% | 0.8% | - |
| XYZ | 36.42 | 36.17 | 5.44 | - |
| YUV | 153.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 13 | 0 | 0.24 | 0.94 | 0.20 | 44.84 | 0.88 | 0.42 |
| Hex | CB | 9B | D | 0 | 18 | 5E | 14 | 2D | 58 | 2A |
| Octal | 313 | 233 | 15 | 0 | 30 | 136 | 24 | 55 | 130 | 52 |
| Binary | 11001011 | 10011011 | 1101 | 0 | 11000 | 1011110 | 10100 | 101101 | 1011000 | 101010 |
Color Harmonies of #CB9B0D
Complementary color
Monochromatic Colors of #CB9B0D
Black with #CB9B0D
Text Example
Text Example
White with #CB9B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B0D; }
p { color: rgb(203,155,13); }
H1.HeaderClassName
{
color: #CB9B0D;
}
.AnyTagClassName
{
color: #CB9B0D;
}
</style>
background-color css
<style>
a { background-color: #CB9B0D; }
a { background-color: rgb(203,155,13); }
div.DivClassName
{
background-color: #CB9B0D;
}
.BgClassName
{
background-color: #CB9B0D;
}
</style>
border-color css
<style>
span { border-color: #CB9B0D; }
span { border-color: rgb(203,155,13); }
td.TdClassName
{
border-color: #CB9B0D;
}
.TagClassName
{
border-color: #CB9B0D;
}
</style>