Shades of Buddha Gold #CBA00D
Tints of Buddha Gold #CBA00D
RGB
CMYK
RGB Variations
Color information
#CBA00D (or 0xCBA00D) is known color: Buddha Gold. HEX triplet: CB, A0 and 0D. RGB value is (203,160,13). Sum of RGB (Red+Green+Blue) = 203+160+13=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA00D is #345FF2. Grayscale: #9C9C9C. Windows color (decimal): -3432435 or 893131. OLE color: 893131.
HSL color Cylindrical-coordinate representation of color #CBA00D: hue angle of 46.42º 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 #CBA00D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.20 |
| HSL | 46.42º | 0.88% | 0.42% | - |
| HSV(B) | 46.42º | 0.94% | 0.8% | - |
| XYZ | 37.27 | 37.87 | 5.73 | - |
| YUV | 156.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 13 | 0 | 0.21 | 0.94 | 0.20 | 46.42 | 0.88 | 0.42 |
| Hex | CB | A0 | D | 0 | 15 | 5E | 14 | 2E | 58 | 2A |
| Octal | 313 | 240 | 15 | 0 | 25 | 136 | 24 | 56 | 130 | 52 |
| Binary | 11001011 | 10100000 | 1101 | 0 | 10101 | 1011110 | 10100 | 101110 | 1011000 | 101010 |
Color Harmonies of #CBA00D
Complementary color
Monochromatic Colors of #CBA00D
Black with #CBA00D
Text Example
Text Example
White with #CBA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA00D; }
p { color: rgb(203,160,13); }
H1.HeaderClassName
{
color: #CBA00D;
}
.AnyTagClassName
{
color: #CBA00D;
}
</style>
background-color css
<style>
a { background-color: #CBA00D; }
a { background-color: rgb(203,160,13); }
div.DivClassName
{
background-color: #CBA00D;
}
.BgClassName
{
background-color: #CBA00D;
}
</style>
border-color css
<style>
span { border-color: #CBA00D; }
span { border-color: rgb(203,160,13); }
td.TdClassName
{
border-color: #CBA00D;
}
.TagClassName
{
border-color: #CBA00D;
}
</style>