Shades of Buddha Gold #CB9F00
Tints of Buddha Gold #CB9F00
RGB
CMYK
RGB Variations
Color information
#CB9F00 (or 0xCB9F00) is known color: Buddha Gold. HEX triplet: CB, 9F and 00. RGB value is (203,159,0). Sum of RGB (Red+Green+Blue) = 203+159+0=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F00 is #3460FF. Grayscale: #9A9A9A. Windows color (decimal): -3432704 or 40907. OLE color: 40907.
HSL color Cylindrical-coordinate representation of color #CB9F00: hue angle of 47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB9F00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.20 |
| HSL | 47º | 1% | 0.4% | - |
| HSV(B) | 47º | 1% | 0.8% | - |
| XYZ | 37.03 | 37.49 | 5.29 | - |
| YUV | 154.03 | 41.08 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 0 | 0 | 0.22 | 1 | 0.20 | 47 | 1 | 0.4 |
| Hex | CB | 9F | 0 | 0 | 16 | 64 | 14 | 2F | 64 | 28 |
| Octal | 313 | 237 | 0 | 0 | 26 | 144 | 24 | 57 | 144 | 50 |
| Binary | 11001011 | 10011111 | 0 | 0 | 10110 | 1100100 | 10100 | 101111 | 1100100 | 101000 |
Color Harmonies of #CB9F00
Complementary color
Monochromatic Colors of #CB9F00
Black with #CB9F00
Text Example
Text Example
White with #CB9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F00; }
p { color: rgb(203,159,0); }
H1.HeaderClassName
{
color: #CB9F00;
}
.AnyTagClassName
{
color: #CB9F00;
}
</style>
background-color css
<style>
a { background-color: #CB9F00; }
a { background-color: rgb(203,159,0); }
div.DivClassName
{
background-color: #CB9F00;
}
.BgClassName
{
background-color: #CB9F00;
}
</style>
border-color css
<style>
span { border-color: #CB9F00; }
span { border-color: rgb(203,159,0); }
td.TdClassName
{
border-color: #CB9F00;
}
.TagClassName
{
border-color: #CB9F00;
}
</style>