Shades of Buddha Gold #CB971A
Tints of Buddha Gold #CB971A
RGB
CMYK
RGB Variations
Color information
#CB971A (or 0xCB971A) is known color: Buddha Gold. HEX triplet: CB, 97 and 1A. RGB value is (203,151,26). Sum of RGB (Red+Green+Blue) = 203+151+26=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB971A is #3468E5. Grayscale: #989898. Windows color (decimal): -3434726 or 1742795. OLE color: 1742795.
HSL color Cylindrical-coordinate representation of color #CB971A: hue angle of 42.37º 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 #CB971A is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 26 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.20 |
| HSL | 42.37º | 0.77% | 0.45% | - |
| HSV(B) | 42.37º | 0.87% | 0.8% | - |
| XYZ | 35.88 | 34.9 | 5.82 | - |
| YUV | 152.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 26 | 0 | 0.26 | 0.87 | 0.20 | 42.37 | 0.77 | 0.45 |
| Hex | CB | 97 | 1A | 0 | 1A | 57 | 14 | 2A | 4D | 2D |
| Octal | 313 | 227 | 32 | 0 | 32 | 127 | 24 | 52 | 115 | 55 |
| Binary | 11001011 | 10010111 | 11010 | 0 | 11010 | 1010111 | 10100 | 101010 | 1001101 | 101101 |
Color Harmonies of #CB971A
Complementary color
Monochromatic Colors of #CB971A
Black with #CB971A
Text Example
Text Example
White with #CB971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB971A; }
p { color: rgb(203,151,26); }
H1.HeaderClassName
{
color: #CB971A;
}
.AnyTagClassName
{
color: #CB971A;
}
</style>
background-color css
<style>
a { background-color: #CB971A; }
a { background-color: rgb(203,151,26); }
div.DivClassName
{
background-color: #CB971A;
}
.BgClassName
{
background-color: #CB971A;
}
</style>
border-color css
<style>
span { border-color: #CB971A; }
span { border-color: rgb(203,151,26); }
td.TdClassName
{
border-color: #CB971A;
}
.TagClassName
{
border-color: #CB971A;
}
</style>