Shades of Buddha Gold #C8990D
Tints of Buddha Gold #C8990D
RGB
CMYK
RGB Variations
Color information
#C8990D (or 0xC8990D) is known color: Buddha Gold. HEX triplet: C8, 99 and 0D. RGB value is (200,153,13). Sum of RGB (Red+Green+Blue) = 200+153+13=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8990D is #3766F2. Grayscale: #979797. Windows color (decimal): -3630835 or 891336. OLE color: 891336.
HSL color Cylindrical-coordinate representation of color #C8990D: hue angle of 44.92º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8990D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.22 |
| HSL | 44.92º | 0.88% | 0.42% | - |
| HSV(B) | 44.92º | 0.94% | 0.78% | - |
| XYZ | 35.28 | 35.09 | 5.29 | - |
| YUV | 151.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 13 | 0 | 0.24 | 0.94 | 0.22 | 44.92 | 0.88 | 0.42 |
| Hex | C8 | 99 | D | 0 | 18 | 5E | 16 | 2D | 58 | 2A |
| Octal | 310 | 231 | 15 | 0 | 30 | 136 | 26 | 55 | 130 | 52 |
| Binary | 11001000 | 10011001 | 1101 | 0 | 11000 | 1011110 | 10110 | 101101 | 1011000 | 101010 |
Color Harmonies of #C8990D
Complementary color
Monochromatic Colors of #C8990D
Black with #C8990D
Text Example
Text Example
White with #C8990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8990D; }
p { color: rgb(200,153,13); }
H1.HeaderClassName
{
color: #C8990D;
}
.AnyTagClassName
{
color: #C8990D;
}
</style>
background-color css
<style>
a { background-color: #C8990D; }
a { background-color: rgb(200,153,13); }
div.DivClassName
{
background-color: #C8990D;
}
.BgClassName
{
background-color: #C8990D;
}
</style>
border-color css
<style>
span { border-color: #C8990D; }
span { border-color: rgb(200,153,13); }
td.TdClassName
{
border-color: #C8990D;
}
.TagClassName
{
border-color: #C8990D;
}
</style>