Shades of Buddha Gold #C7990B
Tints of Buddha Gold #C7990B
RGB
CMYK
RGB Variations
Color information
#C7990B (or 0xC7990B) is known color: Buddha Gold. HEX triplet: C7, 99 and 0B. RGB value is (199,153,11). Sum of RGB (Red+Green+Blue) = 199+153+11=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7990B is #3866F4. Grayscale: #979797. Windows color (decimal): -3696373 or 760263. OLE color: 760263.
HSL color Cylindrical-coordinate representation of color #C7990B: hue angle of 45.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7990B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.22 |
| HSL | 45.32º | 0.9% | 0.41% | - |
| HSV(B) | 45.32º | 0.94% | 0.78% | - |
| XYZ | 35 | 34.95 | 5.22 | - |
| YUV | 150.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 11 | 0 | 0.23 | 0.94 | 0.22 | 45.32 | 0.9 | 0.41 |
| Hex | C7 | 99 | B | 0 | 17 | 5E | 16 | 2D | 5A | 29 |
| Octal | 307 | 231 | 13 | 0 | 27 | 136 | 26 | 55 | 132 | 51 |
| Binary | 11000111 | 10011001 | 1011 | 0 | 10111 | 1011110 | 10110 | 101101 | 1011010 | 101001 |
Color Harmonies of #C7990B
Complementary color
Monochromatic Colors of #C7990B
Black with #C7990B
Text Example
Text Example
White with #C7990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7990B; }
p { color: rgb(199,153,11); }
H1.HeaderClassName
{
color: #C7990B;
}
.AnyTagClassName
{
color: #C7990B;
}
</style>
background-color css
<style>
a { background-color: #C7990B; }
a { background-color: rgb(199,153,11); }
div.DivClassName
{
background-color: #C7990B;
}
.BgClassName
{
background-color: #C7990B;
}
</style>
border-color css
<style>
span { border-color: #C7990B; }
span { border-color: rgb(199,153,11); }
td.TdClassName
{
border-color: #C7990B;
}
.TagClassName
{
border-color: #C7990B;
}
</style>