Shades of Buddha Gold #CBA714
Tints of Buddha Gold #CBA714
RGB
CMYK
RGB Variations
Color information
#CBA714 (or 0xCBA714) is known color: Buddha Gold. HEX triplet: CB, A7 and 14. RGB value is (203,167,20). Sum of RGB (Red+Green+Blue) = 203+167+20=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA714 is #3458EB. Grayscale: #A1A1A1. Windows color (decimal): -3430636 or 1353675. OLE color: 1353675.
HSL color Cylindrical-coordinate representation of color #CBA714: hue angle of 48.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA714 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.20 |
| HSL | 48.2º | 0.82% | 0.44% | - |
| HSV(B) | 48.2º | 0.9% | 0.8% | - |
| XYZ | 38.57 | 40.38 | 6.42 | - |
| YUV | 161.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 20 | 0 | 0.18 | 0.90 | 0.20 | 48.2 | 0.82 | 0.44 |
| Hex | CB | A7 | 14 | 0 | 12 | 5A | 14 | 30 | 52 | 2C |
| Octal | 313 | 247 | 24 | 0 | 22 | 132 | 24 | 60 | 122 | 54 |
| Binary | 11001011 | 10100111 | 10100 | 0 | 10010 | 1011010 | 10100 | 110000 | 1010010 | 101100 |
Color Harmonies of #CBA714
Complementary color
Monochromatic Colors of #CBA714
Black with #CBA714
Text Example
Text Example
White with #CBA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA714; }
p { color: rgb(203,167,20); }
H1.HeaderClassName
{
color: #CBA714;
}
.AnyTagClassName
{
color: #CBA714;
}
</style>
background-color css
<style>
a { background-color: #CBA714; }
a { background-color: rgb(203,167,20); }
div.DivClassName
{
background-color: #CBA714;
}
.BgClassName
{
background-color: #CBA714;
}
</style>
border-color css
<style>
span { border-color: #CBA714; }
span { border-color: rgb(203,167,20); }
td.TdClassName
{
border-color: #CBA714;
}
.TagClassName
{
border-color: #CBA714;
}
</style>