Shades of Buddha Gold #CB9904
Tints of Buddha Gold #CB9904
RGB
CMYK
RGB Variations
Color information
#CB9904 (or 0xCB9904) is known color: Buddha Gold. HEX triplet: CB, 99 and 04. RGB value is (203,153,4). Sum of RGB (Red+Green+Blue) = 203+153+4=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9904 is #3466FB. Grayscale: #979797. Windows color (decimal): -3434236 or 301515. OLE color: 301515.
HSL color Cylindrical-coordinate representation of color #CB9904: hue angle of 44.92º 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 #CB9904 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.20 |
| HSL | 44.92º | 0.96% | 0.41% | - |
| HSV(B) | 44.92º | 0.98% | 0.8% | - |
| XYZ | 36.04 | 35.49 | 5.07 | - |
| YUV | 150.96 | 45.07 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 4 | 0 | 0.25 | 0.98 | 0.20 | 44.92 | 0.96 | 0.41 |
| Hex | CB | 99 | 4 | 0 | 19 | 62 | 14 | 2D | 60 | 29 |
| Octal | 313 | 231 | 4 | 0 | 31 | 142 | 24 | 55 | 140 | 51 |
| Binary | 11001011 | 10011001 | 100 | 0 | 11001 | 1100010 | 10100 | 101101 | 1100000 | 101001 |
Color Harmonies of #CB9904
Complementary color
Monochromatic Colors of #CB9904
Black with #CB9904
Text Example
Text Example
White with #CB9904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9904; }
p { color: rgb(203,153,4); }
H1.HeaderClassName
{
color: #CB9904;
}
.AnyTagClassName
{
color: #CB9904;
}
</style>
background-color css
<style>
a { background-color: #CB9904; }
a { background-color: rgb(203,153,4); }
div.DivClassName
{
background-color: #CB9904;
}
.BgClassName
{
background-color: #CB9904;
}
</style>
border-color css
<style>
span { border-color: #CB9904; }
span { border-color: rgb(203,153,4); }
td.TdClassName
{
border-color: #CB9904;
}
.TagClassName
{
border-color: #CB9904;
}
</style>