Shades of Buddha Gold #C0991D
Tints of Buddha Gold #C0991D
RGB
CMYK
RGB Variations
Color information
#C0991D (or 0xC0991D) is known color: Buddha Gold. HEX triplet: C0, 99 and 1D. RGB value is (192,153,29). Sum of RGB (Red+Green+Blue) = 192+153+29=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0991D is #3F66E2. Grayscale: #979797. Windows color (decimal): -4155107 or 1939904. OLE color: 1939904.
HSL color Cylindrical-coordinate representation of color #C0991D: hue angle of 45.64º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0991D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 29 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.25 |
| HSL | 45.64º | 0.74% | 0.43% | - |
| HSV(B) | 45.64º | 0.85% | 0.75% | - |
| XYZ | 33.35 | 34.08 | 5.98 | - |
| YUV | 150.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 29 | 0 | 0.20 | 0.85 | 0.25 | 45.64 | 0.74 | 0.43 |
| Hex | C0 | 99 | 1D | 0 | 14 | 55 | 19 | 2E | 4A | 2B |
| Octal | 300 | 231 | 35 | 0 | 24 | 125 | 31 | 56 | 112 | 53 |
| Binary | 11000000 | 10011001 | 11101 | 0 | 10100 | 1010101 | 11001 | 101110 | 1001010 | 101011 |
Color Harmonies of #C0991D
Complementary color
Monochromatic Colors of #C0991D
Black with #C0991D
Text Example
Text Example
White with #C0991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0991D; }
p { color: rgb(192,153,29); }
H1.HeaderClassName
{
color: #C0991D;
}
.AnyTagClassName
{
color: #C0991D;
}
</style>
background-color css
<style>
a { background-color: #C0991D; }
a { background-color: rgb(192,153,29); }
div.DivClassName
{
background-color: #C0991D;
}
.BgClassName
{
background-color: #C0991D;
}
</style>
border-color css
<style>
span { border-color: #C0991D; }
span { border-color: rgb(192,153,29); }
td.TdClassName
{
border-color: #C0991D;
}
.TagClassName
{
border-color: #C0991D;
}
</style>