Shades of Buddha Gold #C2A30D
Tints of Buddha Gold #C2A30D
RGB
CMYK
RGB Variations
Color information
#C2A30D (or 0xC2A30D) is known color: Buddha Gold. HEX triplet: C2, A3 and 0D. RGB value is (194,163,13). Sum of RGB (Red+Green+Blue) = 194+163+13=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A30D is #3D5CF2. Grayscale: #9B9B9B. Windows color (decimal): -4021491 or 893890. OLE color: 893890.
HSL color Cylindrical-coordinate representation of color #C2A30D: hue angle of 49.72º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2A30D is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 13 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.24 |
| HSL | 49.72º | 0.87% | 0.41% | - |
| HSV(B) | 49.72º | 0.93% | 0.76% | - |
| XYZ | 35.42 | 37.69 | 5.79 | - |
| YUV | 155.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 13 | 0 | 0.16 | 0.93 | 0.24 | 49.72 | 0.87 | 0.41 |
| Hex | C2 | A3 | D | 0 | 10 | 5D | 18 | 32 | 57 | 29 |
| Octal | 302 | 243 | 15 | 0 | 20 | 135 | 30 | 62 | 127 | 51 |
| Binary | 11000010 | 10100011 | 1101 | 0 | 10000 | 1011101 | 11000 | 110010 | 1010111 | 101001 |
Color Harmonies of #C2A30D
Complementary color
Monochromatic Colors of #C2A30D
Black with #C2A30D
Text Example
Text Example
White with #C2A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A30D; }
p { color: rgb(194,163,13); }
H1.HeaderClassName
{
color: #C2A30D;
}
.AnyTagClassName
{
color: #C2A30D;
}
</style>
background-color css
<style>
a { background-color: #C2A30D; }
a { background-color: rgb(194,163,13); }
div.DivClassName
{
background-color: #C2A30D;
}
.BgClassName
{
background-color: #C2A30D;
}
</style>
border-color css
<style>
span { border-color: #C2A30D; }
span { border-color: rgb(194,163,13); }
td.TdClassName
{
border-color: #C2A30D;
}
.TagClassName
{
border-color: #C2A30D;
}
</style>