Shades of Buddha Gold #C2A01D
Tints of Buddha Gold #C2A01D
RGB
CMYK
RGB Variations
Color information
#C2A01D (or 0xC2A01D) is known color: Buddha Gold. HEX triplet: C2, A0 and 1D. RGB value is (194,160,29). Sum of RGB (Red+Green+Blue) = 194+160+29=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A01D is #3D5FE2. Grayscale: #9B9B9B. Windows color (decimal): -4022243 or 1941698. OLE color: 1941698.
HSL color Cylindrical-coordinate representation of color #C2A01D: hue angle of 47.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2A01D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 29 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.24 |
| HSL | 47.64º | 0.74% | 0.44% | - |
| HSV(B) | 47.64º | 0.85% | 0.76% | - |
| XYZ | 35.04 | 36.7 | 6.4 | - |
| YUV | 155.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 29 | 0 | 0.18 | 0.85 | 0.24 | 47.64 | 0.74 | 0.44 |
| Hex | C2 | A0 | 1D | 0 | 12 | 55 | 18 | 30 | 4A | 2C |
| Octal | 302 | 240 | 35 | 0 | 22 | 125 | 30 | 60 | 112 | 54 |
| Binary | 11000010 | 10100000 | 11101 | 0 | 10010 | 1010101 | 11000 | 110000 | 1001010 | 101100 |
Color Harmonies of #C2A01D
Complementary color
Monochromatic Colors of #C2A01D
Black with #C2A01D
Text Example
Text Example
White with #C2A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A01D; }
p { color: rgb(194,160,29); }
H1.HeaderClassName
{
color: #C2A01D;
}
.AnyTagClassName
{
color: #C2A01D;
}
</style>
background-color css
<style>
a { background-color: #C2A01D; }
a { background-color: rgb(194,160,29); }
div.DivClassName
{
background-color: #C2A01D;
}
.BgClassName
{
background-color: #C2A01D;
}
</style>
border-color css
<style>
span { border-color: #C2A01D; }
span { border-color: rgb(194,160,29); }
td.TdClassName
{
border-color: #C2A01D;
}
.TagClassName
{
border-color: #C2A01D;
}
</style>