Shades of Buddha Gold #CB9A0E
Tints of Buddha Gold #CB9A0E
RGB
CMYK
RGB Variations
Color information
#CB9A0E (or 0xCB9A0E) is known color: Buddha Gold. HEX triplet: CB, 9A and 0E. RGB value is (203,154,14). Sum of RGB (Red+Green+Blue) = 203+154+14=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9A0E is #3465F1. Grayscale: #999999. Windows color (decimal): -3433970 or 957131. OLE color: 957131.
HSL color Cylindrical-coordinate representation of color #CB9A0E: hue angle of 44.44º 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 #CB9A0E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.20 |
| HSL | 44.44º | 0.87% | 0.43% | - |
| HSV(B) | 44.44º | 0.93% | 0.8% | - |
| XYZ | 36.26 | 35.84 | 5.42 | - |
| YUV | 152.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 14 | 0 | 0.24 | 0.93 | 0.20 | 44.44 | 0.87 | 0.43 |
| Hex | CB | 9A | E | 0 | 18 | 5D | 14 | 2C | 57 | 2B |
| Octal | 313 | 232 | 16 | 0 | 30 | 135 | 24 | 54 | 127 | 53 |
| Binary | 11001011 | 10011010 | 1110 | 0 | 11000 | 1011101 | 10100 | 101100 | 1010111 | 101011 |
Color Harmonies of #CB9A0E
Complementary color
Monochromatic Colors of #CB9A0E
Black with #CB9A0E
Text Example
Text Example
White with #CB9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A0E; }
p { color: rgb(203,154,14); }
H1.HeaderClassName
{
color: #CB9A0E;
}
.AnyTagClassName
{
color: #CB9A0E;
}
</style>
background-color css
<style>
a { background-color: #CB9A0E; }
a { background-color: rgb(203,154,14); }
div.DivClassName
{
background-color: #CB9A0E;
}
.BgClassName
{
background-color: #CB9A0E;
}
</style>
border-color css
<style>
span { border-color: #CB9A0E; }
span { border-color: rgb(203,154,14); }
td.TdClassName
{
border-color: #CB9A0E;
}
.TagClassName
{
border-color: #CB9A0E;
}
</style>