Shades of Buddha Gold #CBA70F
Tints of Buddha Gold #CBA70F
RGB
CMYK
RGB Variations
Color information
#CBA70F (or 0xCBA70F) is known color: Buddha Gold. HEX triplet: CB, A7 and 0F. RGB value is (203,167,15). Sum of RGB (Red+Green+Blue) = 203+167+15=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA70F is #3458F0. Grayscale: #A1A1A1. Windows color (decimal): -3430641 or 1025995. OLE color: 1025995.
HSL color Cylindrical-coordinate representation of color #CBA70F: hue angle of 48.51º 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 #CBA70F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.20 |
| HSL | 48.51º | 0.86% | 0.43% | - |
| HSV(B) | 48.51º | 0.93% | 0.8% | - |
| XYZ | 38.53 | 40.37 | 6.21 | - |
| YUV | 160.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 15 | 0 | 0.18 | 0.93 | 0.20 | 48.51 | 0.86 | 0.43 |
| Hex | CB | A7 | F | 0 | 12 | 5D | 14 | 31 | 56 | 2B |
| Octal | 313 | 247 | 17 | 0 | 22 | 135 | 24 | 61 | 126 | 53 |
| Binary | 11001011 | 10100111 | 1111 | 0 | 10010 | 1011101 | 10100 | 110001 | 1010110 | 101011 |
Color Harmonies of #CBA70F
Complementary color
Monochromatic Colors of #CBA70F
Black with #CBA70F
Text Example
Text Example
White with #CBA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA70F; }
p { color: rgb(203,167,15); }
H1.HeaderClassName
{
color: #CBA70F;
}
.AnyTagClassName
{
color: #CBA70F;
}
</style>
background-color css
<style>
a { background-color: #CBA70F; }
a { background-color: rgb(203,167,15); }
div.DivClassName
{
background-color: #CBA70F;
}
.BgClassName
{
background-color: #CBA70F;
}
</style>
border-color css
<style>
span { border-color: #CBA70F; }
span { border-color: rgb(203,167,15); }
td.TdClassName
{
border-color: #CBA70F;
}
.TagClassName
{
border-color: #CBA70F;
}
</style>