Shades of Buddha Gold #CB981F
Tints of Buddha Gold #CB981F
RGB
CMYK
RGB Variations
Color information
#CB981F (or 0xCB981F) is known color: Buddha Gold. HEX triplet: CB, 98 and 1F. RGB value is (203,152,31). Sum of RGB (Red+Green+Blue) = 203+152+31=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB981F is #3467E0. Grayscale: #999999. Windows color (decimal): -3434465 or 2070731. OLE color: 2070731.
HSL color Cylindrical-coordinate representation of color #CB981F: hue angle of 42.21º 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 #CB981F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 31 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.20 |
| HSL | 42.21º | 0.74% | 0.46% | - |
| HSV(B) | 42.21º | 0.85% | 0.8% | - |
| XYZ | 36.1 | 35.25 | 6.2 | - |
| YUV | 153.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 31 | 0 | 0.25 | 0.85 | 0.20 | 42.21 | 0.74 | 0.46 |
| Hex | CB | 98 | 1F | 0 | 19 | 55 | 14 | 2A | 4A | 2E |
| Octal | 313 | 230 | 37 | 0 | 31 | 125 | 24 | 52 | 112 | 56 |
| Binary | 11001011 | 10011000 | 11111 | 0 | 11001 | 1010101 | 10100 | 101010 | 1001010 | 101110 |
Color Harmonies of #CB981F
Complementary color
Monochromatic Colors of #CB981F
Black with #CB981F
Text Example
Text Example
White with #CB981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB981F; }
p { color: rgb(203,152,31); }
H1.HeaderClassName
{
color: #CB981F;
}
.AnyTagClassName
{
color: #CB981F;
}
</style>
background-color css
<style>
a { background-color: #CB981F; }
a { background-color: rgb(203,152,31); }
div.DivClassName
{
background-color: #CB981F;
}
.BgClassName
{
background-color: #CB981F;
}
</style>
border-color css
<style>
span { border-color: #CB981F; }
span { border-color: rgb(203,152,31); }
td.TdClassName
{
border-color: #CB981F;
}
.TagClassName
{
border-color: #CB981F;
}
</style>