Shades of Buddha Gold #C8980D
Tints of Buddha Gold #C8980D
RGB
CMYK
RGB Variations
Color information
#C8980D (or 0xC8980D) is known color: Buddha Gold. HEX triplet: C8, 98 and 0D. RGB value is (200,152,13). Sum of RGB (Red+Green+Blue) = 200+152+13=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8980D is #3767F2. Grayscale: #979797. Windows color (decimal): -3631091 or 891080. OLE color: 891080.
HSL color Cylindrical-coordinate representation of color #C8980D: hue angle of 44.6º 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 #C8980D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.22 |
| HSL | 44.6º | 0.88% | 0.42% | - |
| HSV(B) | 44.6º | 0.94% | 0.78% | - |
| XYZ | 35.12 | 34.76 | 5.24 | - |
| YUV | 150.51 | 50.4 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 13 | 0 | 0.24 | 0.94 | 0.22 | 44.6 | 0.88 | 0.42 |
| Hex | C8 | 98 | D | 0 | 18 | 5E | 16 | 2D | 58 | 2A |
| Octal | 310 | 230 | 15 | 0 | 30 | 136 | 26 | 55 | 130 | 52 |
| Binary | 11001000 | 10011000 | 1101 | 0 | 11000 | 1011110 | 10110 | 101101 | 1011000 | 101010 |
Color Harmonies of #C8980D
Complementary color
Monochromatic Colors of #C8980D
Black with #C8980D
Text Example
Text Example
White with #C8980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8980D; }
p { color: rgb(200,152,13); }
H1.HeaderClassName
{
color: #C8980D;
}
.AnyTagClassName
{
color: #C8980D;
}
</style>
background-color css
<style>
a { background-color: #C8980D; }
a { background-color: rgb(200,152,13); }
div.DivClassName
{
background-color: #C8980D;
}
.BgClassName
{
background-color: #C8980D;
}
</style>
border-color css
<style>
span { border-color: #C8980D; }
span { border-color: rgb(200,152,13); }
td.TdClassName
{
border-color: #C8980D;
}
.TagClassName
{
border-color: #C8980D;
}
</style>