Shades of Buddha Gold #CB9A0F
Tints of Buddha Gold #CB9A0F
RGB
CMYK
RGB Variations
Color information
#CB9A0F (or 0xCB9A0F) is known color: Buddha Gold. HEX triplet: CB, 9A and 0F. RGB value is (203,154,15). Sum of RGB (Red+Green+Blue) = 203+154+15=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9A0F is #3465F0. Grayscale: #999999. Windows color (decimal): -3433969 or 1022667. OLE color: 1022667.
HSL color Cylindrical-coordinate representation of color #CB9A0F: hue angle of 44.36º degrees, saturation: 0.86, 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 #CB9A0F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.20 |
| HSL | 44.36º | 0.86% | 0.43% | - |
| HSV(B) | 44.36º | 0.93% | 0.8% | - |
| XYZ | 36.27 | 35.84 | 5.46 | - |
| YUV | 152.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 15 | 0 | 0.24 | 0.93 | 0.20 | 44.36 | 0.86 | 0.43 |
| Hex | CB | 9A | F | 0 | 18 | 5D | 14 | 2C | 56 | 2B |
| Octal | 313 | 232 | 17 | 0 | 30 | 135 | 24 | 54 | 126 | 53 |
| Binary | 11001011 | 10011010 | 1111 | 0 | 11000 | 1011101 | 10100 | 101100 | 1010110 | 101011 |
Color Harmonies of #CB9A0F
Complementary color
Monochromatic Colors of #CB9A0F
Black with #CB9A0F
Text Example
Text Example
White with #CB9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A0F; }
p { color: rgb(203,154,15); }
H1.HeaderClassName
{
color: #CB9A0F;
}
.AnyTagClassName
{
color: #CB9A0F;
}
</style>
background-color css
<style>
a { background-color: #CB9A0F; }
a { background-color: rgb(203,154,15); }
div.DivClassName
{
background-color: #CB9A0F;
}
.BgClassName
{
background-color: #CB9A0F;
}
</style>
border-color css
<style>
span { border-color: #CB9A0F; }
span { border-color: rgb(203,154,15); }
td.TdClassName
{
border-color: #CB9A0F;
}
.TagClassName
{
border-color: #CB9A0F;
}
</style>