Shades of Buddha Gold #CB9D0F
Tints of Buddha Gold #CB9D0F
RGB
CMYK
RGB Variations
Color information
#CB9D0F (or 0xCB9D0F) is known color: Buddha Gold. HEX triplet: CB, 9D and 0F. RGB value is (203,157,15). Sum of RGB (Red+Green+Blue) = 203+157+15=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9D0F is #3462F0. Grayscale: #9B9B9B. Windows color (decimal): -3433201 or 1023435. OLE color: 1023435.
HSL color Cylindrical-coordinate representation of color #CB9D0F: hue angle of 45.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB9D0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 15 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.20 |
| HSL | 45.32º | 0.86% | 0.43% | - |
| HSV(B) | 45.32º | 0.93% | 0.8% | - |
| XYZ | 36.77 | 36.84 | 5.63 | - |
| YUV | 154.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 15 | 0 | 0.23 | 0.93 | 0.20 | 45.32 | 0.86 | 0.43 |
| Hex | CB | 9D | F | 0 | 17 | 5D | 14 | 2D | 56 | 2B |
| Octal | 313 | 235 | 17 | 0 | 27 | 135 | 24 | 55 | 126 | 53 |
| Binary | 11001011 | 10011101 | 1111 | 0 | 10111 | 1011101 | 10100 | 101101 | 1010110 | 101011 |
Color Harmonies of #CB9D0F
Complementary color
Monochromatic Colors of #CB9D0F
Black with #CB9D0F
Text Example
Text Example
White with #CB9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D0F; }
p { color: rgb(203,157,15); }
H1.HeaderClassName
{
color: #CB9D0F;
}
.AnyTagClassName
{
color: #CB9D0F;
}
</style>
background-color css
<style>
a { background-color: #CB9D0F; }
a { background-color: rgb(203,157,15); }
div.DivClassName
{
background-color: #CB9D0F;
}
.BgClassName
{
background-color: #CB9D0F;
}
</style>
border-color css
<style>
span { border-color: #CB9D0F; }
span { border-color: rgb(203,157,15); }
td.TdClassName
{
border-color: #CB9D0F;
}
.TagClassName
{
border-color: #CB9D0F;
}
</style>