Shades of Buddha Gold #CBA408
Tints of Buddha Gold #CBA408
RGB
CMYK
RGB Variations
Color information
#CBA408 (or 0xCBA408) is known color: Buddha Gold. HEX triplet: CB, A4 and 08. RGB value is (203,164,8). Sum of RGB (Red+Green+Blue) = 203+164+8=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA408 is #345BF7. Grayscale: #9E9E9E. Windows color (decimal): -3431416 or 566475. OLE color: 566475.
HSL color Cylindrical-coordinate representation of color #CBA408: hue angle of 48º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBA408 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.20 |
| HSL | 48º | 0.92% | 0.41% | - |
| HSV(B) | 48º | 0.96% | 0.8% | - |
| XYZ | 37.95 | 39.26 | 5.81 | - |
| YUV | 157.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 8 | 0 | 0.19 | 0.96 | 0.20 | 48 | 0.92 | 0.41 |
| Hex | CB | A4 | 8 | 0 | 13 | 60 | 14 | 30 | 5C | 29 |
| Octal | 313 | 244 | 10 | 0 | 23 | 140 | 24 | 60 | 134 | 51 |
| Binary | 11001011 | 10100100 | 1000 | 0 | 10011 | 1100000 | 10100 | 110000 | 1011100 | 101001 |
Color Harmonies of #CBA408
Complementary color
Monochromatic Colors of #CBA408
Black with #CBA408
Text Example
Text Example
White with #CBA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA408; }
p { color: rgb(203,164,8); }
H1.HeaderClassName
{
color: #CBA408;
}
.AnyTagClassName
{
color: #CBA408;
}
</style>
background-color css
<style>
a { background-color: #CBA408; }
a { background-color: rgb(203,164,8); }
div.DivClassName
{
background-color: #CBA408;
}
.BgClassName
{
background-color: #CBA408;
}
</style>
border-color css
<style>
span { border-color: #CBA408; }
span { border-color: rgb(203,164,8); }
td.TdClassName
{
border-color: #CBA408;
}
.TagClassName
{
border-color: #CBA408;
}
</style>