Shades of Buddha Gold #CB9912
Tints of Buddha Gold #CB9912
RGB
CMYK
RGB Variations
Color information
#CB9912 (or 0xCB9912) is known color: Buddha Gold. HEX triplet: CB, 99 and 12. RGB value is (203,153,18). Sum of RGB (Red+Green+Blue) = 203+153+18=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9912 is #3466ED. Grayscale: #999999. Windows color (decimal): -3434222 or 1219019. OLE color: 1219019.
HSL color Cylindrical-coordinate representation of color #CB9912: hue angle of 43.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB9912 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 18 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.20 |
| HSL | 43.78º | 0.84% | 0.43% | - |
| HSV(B) | 43.78º | 0.91% | 0.8% | - |
| XYZ | 36.13 | 35.52 | 5.52 | - |
| YUV | 152.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 18 | 0 | 0.25 | 0.91 | 0.20 | 43.78 | 0.84 | 0.43 |
| Hex | CB | 99 | 12 | 0 | 19 | 5B | 14 | 2C | 54 | 2B |
| Octal | 313 | 231 | 22 | 0 | 31 | 133 | 24 | 54 | 124 | 53 |
| Binary | 11001011 | 10011001 | 10010 | 0 | 11001 | 1011011 | 10100 | 101100 | 1010100 | 101011 |
Color Harmonies of #CB9912
Complementary color
Monochromatic Colors of #CB9912
Black with #CB9912
Text Example
Text Example
White with #CB9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9912; }
p { color: rgb(203,153,18); }
H1.HeaderClassName
{
color: #CB9912;
}
.AnyTagClassName
{
color: #CB9912;
}
</style>
background-color css
<style>
a { background-color: #CB9912; }
a { background-color: rgb(203,153,18); }
div.DivClassName
{
background-color: #CB9912;
}
.BgClassName
{
background-color: #CB9912;
}
</style>
border-color css
<style>
span { border-color: #CB9912; }
span { border-color: rgb(203,153,18); }
td.TdClassName
{
border-color: #CB9912;
}
.TagClassName
{
border-color: #CB9912;
}
</style>