Shades of Buddha Gold #CB971E
Tints of Buddha Gold #CB971E
RGB
CMYK
RGB Variations
Color information
#CB971E (or 0xCB971E) is known color: Buddha Gold. HEX triplet: CB, 97 and 1E. RGB value is (203,151,30). Sum of RGB (Red+Green+Blue) = 203+151+30=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB971E is #3468E1. Grayscale: #999999. Windows color (decimal): -3434722 or 2004939. OLE color: 2004939.
HSL color Cylindrical-coordinate representation of color #CB971E: hue angle of 41.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB971E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 30 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.20 |
| HSL | 41.97º | 0.74% | 0.46% | - |
| HSV(B) | 41.97º | 0.85% | 0.8% | - |
| XYZ | 35.93 | 34.92 | 6.08 | - |
| YUV | 152.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 30 | 0 | 0.26 | 0.85 | 0.20 | 41.97 | 0.74 | 0.46 |
| Hex | CB | 97 | 1E | 0 | 1A | 55 | 14 | 2A | 4A | 2E |
| Octal | 313 | 227 | 36 | 0 | 32 | 125 | 24 | 52 | 112 | 56 |
| Binary | 11001011 | 10010111 | 11110 | 0 | 11010 | 1010101 | 10100 | 101010 | 1001010 | 101110 |
Color Harmonies of #CB971E
Complementary color
Monochromatic Colors of #CB971E
Black with #CB971E
Text Example
Text Example
White with #CB971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB971E; }
p { color: rgb(203,151,30); }
H1.HeaderClassName
{
color: #CB971E;
}
.AnyTagClassName
{
color: #CB971E;
}
</style>
background-color css
<style>
a { background-color: #CB971E; }
a { background-color: rgb(203,151,30); }
div.DivClassName
{
background-color: #CB971E;
}
.BgClassName
{
background-color: #CB971E;
}
</style>
border-color css
<style>
span { border-color: #CB971E; }
span { border-color: rgb(203,151,30); }
td.TdClassName
{
border-color: #CB971E;
}
.TagClassName
{
border-color: #CB971E;
}
</style>