Shades of Buddha Gold #CB9F1D
Tints of Buddha Gold #CB9F1D
RGB
CMYK
RGB Variations
Color information
#CB9F1D (or 0xCB9F1D) is known color: Buddha Gold. HEX triplet: CB, 9F and 1D. RGB value is (203,159,29). Sum of RGB (Red+Green+Blue) = 203+159+29=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F1D is #3460E2. Grayscale: #9D9D9D. Windows color (decimal): -3432675 or 1941451. OLE color: 1941451.
HSL color Cylindrical-coordinate representation of color #CB9F1D: hue angle of 44.83º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB9F1D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 29 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.20 |
| HSL | 44.83º | 0.75% | 0.45% | - |
| HSV(B) | 44.83º | 0.86% | 0.8% | - |
| XYZ | 37.25 | 37.58 | 6.45 | - |
| YUV | 157.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 29 | 0 | 0.22 | 0.86 | 0.20 | 44.83 | 0.75 | 0.45 |
| Hex | CB | 9F | 1D | 0 | 16 | 56 | 14 | 2D | 4B | 2D |
| Octal | 313 | 237 | 35 | 0 | 26 | 126 | 24 | 55 | 113 | 55 |
| Binary | 11001011 | 10011111 | 11101 | 0 | 10110 | 1010110 | 10100 | 101101 | 1001011 | 101101 |
Color Harmonies of #CB9F1D
Complementary color
Monochromatic Colors of #CB9F1D
Black with #CB9F1D
Text Example
Text Example
White with #CB9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F1D; }
p { color: rgb(203,159,29); }
H1.HeaderClassName
{
color: #CB9F1D;
}
.AnyTagClassName
{
color: #CB9F1D;
}
</style>
background-color css
<style>
a { background-color: #CB9F1D; }
a { background-color: rgb(203,159,29); }
div.DivClassName
{
background-color: #CB9F1D;
}
.BgClassName
{
background-color: #CB9F1D;
}
</style>
border-color css
<style>
span { border-color: #CB9F1D; }
span { border-color: rgb(203,159,29); }
td.TdClassName
{
border-color: #CB9F1D;
}
.TagClassName
{
border-color: #CB9F1D;
}
</style>