Shades of Buddha Gold #CBA504
Tints of Buddha Gold #CBA504
RGB
CMYK
RGB Variations
Color information
#CBA504 (or 0xCBA504) is known color: Buddha Gold. HEX triplet: CB, A5 and 04. RGB value is (203,165,4). Sum of RGB (Red+Green+Blue) = 203+165+4=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA504 is #345AFB. Grayscale: #9E9E9E. Windows color (decimal): -3431164 or 304587. OLE color: 304587.
HSL color Cylindrical-coordinate representation of color #CBA504: hue angle of 48.54º degrees, saturation: 0.96, 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 #CBA504 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.20 |
| HSL | 48.54º | 0.96% | 0.41% | - |
| HSV(B) | 48.54º | 0.98% | 0.8% | - |
| XYZ | 38.11 | 39.62 | 5.75 | - |
| YUV | 158.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 4 | 0 | 0.19 | 0.98 | 0.20 | 48.54 | 0.96 | 0.41 |
| Hex | CB | A5 | 4 | 0 | 13 | 62 | 14 | 31 | 60 | 29 |
| Octal | 313 | 245 | 4 | 0 | 23 | 142 | 24 | 61 | 140 | 51 |
| Binary | 11001011 | 10100101 | 100 | 0 | 10011 | 1100010 | 10100 | 110001 | 1100000 | 101001 |
Color Harmonies of #CBA504
Complementary color
Monochromatic Colors of #CBA504
Black with #CBA504
Text Example
Text Example
White with #CBA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA504; }
p { color: rgb(203,165,4); }
H1.HeaderClassName
{
color: #CBA504;
}
.AnyTagClassName
{
color: #CBA504;
}
</style>
background-color css
<style>
a { background-color: #CBA504; }
a { background-color: rgb(203,165,4); }
div.DivClassName
{
background-color: #CBA504;
}
.BgClassName
{
background-color: #CBA504;
}
</style>
border-color css
<style>
span { border-color: #CBA504; }
span { border-color: rgb(203,165,4); }
td.TdClassName
{
border-color: #CBA504;
}
.TagClassName
{
border-color: #CBA504;
}
</style>