Shades of Buddha Gold #CB9F0D
Tints of Buddha Gold #CB9F0D
RGB
CMYK
RGB Variations
Color information
#CB9F0D (or 0xCB9F0D) is known color: Buddha Gold. HEX triplet: CB, 9F and 0D. RGB value is (203,159,13). Sum of RGB (Red+Green+Blue) = 203+159+13=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F0D is #3460F2. Grayscale: #9C9C9C. Windows color (decimal): -3432691 or 892875. OLE color: 892875.
HSL color Cylindrical-coordinate representation of color #CB9F0D: hue angle of 46.11º 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 #CB9F0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.20 |
| HSL | 46.11º | 0.88% | 0.42% | - |
| HSV(B) | 46.11º | 0.94% | 0.8% | - |
| XYZ | 37.1 | 37.52 | 5.67 | - |
| YUV | 155.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 13 | 0 | 0.22 | 0.94 | 0.20 | 46.11 | 0.88 | 0.42 |
| Hex | CB | 9F | D | 0 | 16 | 5E | 14 | 2E | 58 | 2A |
| Octal | 313 | 237 | 15 | 0 | 26 | 136 | 24 | 56 | 130 | 52 |
| Binary | 11001011 | 10011111 | 1101 | 0 | 10110 | 1011110 | 10100 | 101110 | 1011000 | 101010 |
Color Harmonies of #CB9F0D
Complementary color
Monochromatic Colors of #CB9F0D
Black with #CB9F0D
Text Example
Text Example
White with #CB9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F0D; }
p { color: rgb(203,159,13); }
H1.HeaderClassName
{
color: #CB9F0D;
}
.AnyTagClassName
{
color: #CB9F0D;
}
</style>
background-color css
<style>
a { background-color: #CB9F0D; }
a { background-color: rgb(203,159,13); }
div.DivClassName
{
background-color: #CB9F0D;
}
.BgClassName
{
background-color: #CB9F0D;
}
</style>
border-color css
<style>
span { border-color: #CB9F0D; }
span { border-color: rgb(203,159,13); }
td.TdClassName
{
border-color: #CB9F0D;
}
.TagClassName
{
border-color: #CB9F0D;
}
</style>