Shades of Buddha Gold #CBA405
Tints of Buddha Gold #CBA405
RGB
CMYK
RGB Variations
Color information
#CBA405 (or 0xCBA405) is known color: Buddha Gold. HEX triplet: CB, A4 and 05. RGB value is (203,164,5). Sum of RGB (Red+Green+Blue) = 203+164+5=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA405 is #345BFA. Grayscale: #9E9E9E. Windows color (decimal): -3431419 or 369867. OLE color: 369867.
HSL color Cylindrical-coordinate representation of color #CBA405: hue angle of 48.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBA405 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.20 |
| HSL | 48.18º | 0.95% | 0.41% | - |
| HSV(B) | 48.18º | 0.98% | 0.8% | - |
| XYZ | 37.93 | 39.26 | 5.72 | - |
| YUV | 157.54 | 41.92 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 5 | 0 | 0.19 | 0.98 | 0.20 | 48.18 | 0.95 | 0.41 |
| Hex | CB | A4 | 5 | 0 | 13 | 62 | 14 | 30 | 5F | 29 |
| Octal | 313 | 244 | 5 | 0 | 23 | 142 | 24 | 60 | 137 | 51 |
| Binary | 11001011 | 10100100 | 101 | 0 | 10011 | 1100010 | 10100 | 110000 | 1011111 | 101001 |
Color Harmonies of #CBA405
Complementary color
Monochromatic Colors of #CBA405
Black with #CBA405
Text Example
Text Example
White with #CBA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA405; }
p { color: rgb(203,164,5); }
H1.HeaderClassName
{
color: #CBA405;
}
.AnyTagClassName
{
color: #CBA405;
}
</style>
background-color css
<style>
a { background-color: #CBA405; }
a { background-color: rgb(203,164,5); }
div.DivClassName
{
background-color: #CBA405;
}
.BgClassName
{
background-color: #CBA405;
}
</style>
border-color css
<style>
span { border-color: #CBA405; }
span { border-color: rgb(203,164,5); }
td.TdClassName
{
border-color: #CBA405;
}
.TagClassName
{
border-color: #CBA405;
}
</style>