Shades of Buddha Gold #CB9D19
Tints of Buddha Gold #CB9D19
RGB
CMYK
RGB Variations
Color information
#CB9D19 (or 0xCB9D19) is known color: Buddha Gold. HEX triplet: CB, 9D and 19. RGB value is (203,157,25). Sum of RGB (Red+Green+Blue) = 203+157+25=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9D19 is #3462E6. Grayscale: #9C9C9C. Windows color (decimal): -3433191 or 1678795. OLE color: 1678795.
HSL color Cylindrical-coordinate representation of color #CB9D19: hue angle of 44.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB9D19 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 25 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.20 |
| HSL | 44.49º | 0.78% | 0.45% | - |
| HSV(B) | 44.49º | 0.88% | 0.8% | - |
| XYZ | 36.86 | 36.88 | 6.1 | - |
| YUV | 155.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 25 | 0 | 0.23 | 0.88 | 0.20 | 44.49 | 0.78 | 0.45 |
| Hex | CB | 9D | 19 | 0 | 17 | 58 | 14 | 2C | 4E | 2D |
| Octal | 313 | 235 | 31 | 0 | 27 | 130 | 24 | 54 | 116 | 55 |
| Binary | 11001011 | 10011101 | 11001 | 0 | 10111 | 1011000 | 10100 | 101100 | 1001110 | 101101 |
Color Harmonies of #CB9D19
Complementary color
Monochromatic Colors of #CB9D19
Black with #CB9D19
Text Example
Text Example
White with #CB9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D19; }
p { color: rgb(203,157,25); }
H1.HeaderClassName
{
color: #CB9D19;
}
.AnyTagClassName
{
color: #CB9D19;
}
</style>
background-color css
<style>
a { background-color: #CB9D19; }
a { background-color: rgb(203,157,25); }
div.DivClassName
{
background-color: #CB9D19;
}
.BgClassName
{
background-color: #CB9D19;
}
</style>
border-color css
<style>
span { border-color: #CB9D19; }
span { border-color: rgb(203,157,25); }
td.TdClassName
{
border-color: #CB9D19;
}
.TagClassName
{
border-color: #CB9D19;
}
</style>