Shades of Buddha Gold #C8A00D
Tints of Buddha Gold #C8A00D
RGB
CMYK
RGB Variations
Color information
#C8A00D (or 0xC8A00D) is known color: Buddha Gold. HEX triplet: C8, A0 and 0D. RGB value is (200,160,13). Sum of RGB (Red+Green+Blue) = 200+160+13=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A00D is #375FF2. Grayscale: #9B9B9B. Windows color (decimal): -3629043 or 893128. OLE color: 893128.
HSL color Cylindrical-coordinate representation of color #C8A00D: hue angle of 47.17º 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 #C8A00D is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 13 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.22 |
| HSL | 47.17º | 0.88% | 0.42% | - |
| HSV(B) | 47.17º | 0.94% | 0.78% | - |
| XYZ | 36.46 | 37.45 | 5.69 | - |
| YUV | 155.2 | 47.75 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 13 | 0 | 0.2 | 0.94 | 0.22 | 47.17 | 0.88 | 0.42 |
| Hex | C8 | A0 | D | 0 | 14 | 5E | 16 | 2F | 58 | 2A |
| Octal | 310 | 240 | 15 | 0 | 24 | 136 | 26 | 57 | 130 | 52 |
| Binary | 11001000 | 10100000 | 1101 | 0 | 10100 | 1011110 | 10110 | 101111 | 1011000 | 101010 |
Color Harmonies of #C8A00D
Complementary color
Monochromatic Colors of #C8A00D
Black with #C8A00D
Text Example
Text Example
White with #C8A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A00D; }
p { color: rgb(200,160,13); }
H1.HeaderClassName
{
color: #C8A00D;
}
.AnyTagClassName
{
color: #C8A00D;
}
</style>
background-color css
<style>
a { background-color: #C8A00D; }
a { background-color: rgb(200,160,13); }
div.DivClassName
{
background-color: #C8A00D;
}
.BgClassName
{
background-color: #C8A00D;
}
</style>
border-color css
<style>
span { border-color: #C8A00D; }
span { border-color: rgb(200,160,13); }
td.TdClassName
{
border-color: #C8A00D;
}
.TagClassName
{
border-color: #C8A00D;
}
</style>