Shades of Buddha Gold #CB9F1A
Tints of Buddha Gold #CB9F1A
RGB
CMYK
RGB Variations
Color information
#CB9F1A (or 0xCB9F1A) is known color: Buddha Gold. HEX triplet: CB, 9F and 1A. RGB value is (203,159,26). Sum of RGB (Red+Green+Blue) = 203+159+26=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F1A is #3460E5. Grayscale: #9D9D9D. Windows color (decimal): -3432678 or 1744843. OLE color: 1744843.
HSL color Cylindrical-coordinate representation of color #CB9F1A: hue angle of 45.08º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB9F1A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 26 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.20 |
| HSL | 45.08º | 0.77% | 0.45% | - |
| HSV(B) | 45.08º | 0.87% | 0.8% | - |
| XYZ | 37.21 | 37.57 | 6.27 | - |
| YUV | 156.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 26 | 0 | 0.22 | 0.87 | 0.20 | 45.08 | 0.77 | 0.45 |
| Hex | CB | 9F | 1A | 0 | 16 | 57 | 14 | 2D | 4D | 2D |
| Octal | 313 | 237 | 32 | 0 | 26 | 127 | 24 | 55 | 115 | 55 |
| Binary | 11001011 | 10011111 | 11010 | 0 | 10110 | 1010111 | 10100 | 101101 | 1001101 | 101101 |
Color Harmonies of #CB9F1A
Complementary color
Monochromatic Colors of #CB9F1A
Black with #CB9F1A
Text Example
Text Example
White with #CB9F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F1A; }
p { color: rgb(203,159,26); }
H1.HeaderClassName
{
color: #CB9F1A;
}
.AnyTagClassName
{
color: #CB9F1A;
}
</style>
background-color css
<style>
a { background-color: #CB9F1A; }
a { background-color: rgb(203,159,26); }
div.DivClassName
{
background-color: #CB9F1A;
}
.BgClassName
{
background-color: #CB9F1A;
}
</style>
border-color css
<style>
span { border-color: #CB9F1A; }
span { border-color: rgb(203,159,26); }
td.TdClassName
{
border-color: #CB9F1A;
}
.TagClassName
{
border-color: #CB9F1A;
}
</style>