Shades of Buddha Gold #C29D0D
Tints of Buddha Gold #C29D0D
RGB
CMYK
RGB Variations
Color information
#C29D0D (or 0xC29D0D) is known color: Buddha Gold. HEX triplet: C2, 9D and 0D. RGB value is (194,157,13). Sum of RGB (Red+Green+Blue) = 194+157+13=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D0D is #3D62F2. Grayscale: #989898. Windows color (decimal): -4023027 or 892354. OLE color: 892354.
HSL color Cylindrical-coordinate representation of color #C29D0D: hue angle of 47.73º 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 #C29D0D is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 13 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.24 |
| HSL | 47.73º | 0.87% | 0.41% | - |
| HSV(B) | 47.73º | 0.93% | 0.76% | - |
| XYZ | 34.38 | 35.61 | 5.44 | - |
| YUV | 151.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 13 | 0 | 0.19 | 0.93 | 0.24 | 47.73 | 0.87 | 0.41 |
| Hex | C2 | 9D | D | 0 | 13 | 5D | 18 | 30 | 57 | 29 |
| Octal | 302 | 235 | 15 | 0 | 23 | 135 | 30 | 60 | 127 | 51 |
| Binary | 11000010 | 10011101 | 1101 | 0 | 10011 | 1011101 | 11000 | 110000 | 1010111 | 101001 |
Color Harmonies of #C29D0D
Complementary color
Monochromatic Colors of #C29D0D
Black with #C29D0D
Text Example
Text Example
White with #C29D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D0D; }
p { color: rgb(194,157,13); }
H1.HeaderClassName
{
color: #C29D0D;
}
.AnyTagClassName
{
color: #C29D0D;
}
</style>
background-color css
<style>
a { background-color: #C29D0D; }
a { background-color: rgb(194,157,13); }
div.DivClassName
{
background-color: #C29D0D;
}
.BgClassName
{
background-color: #C29D0D;
}
</style>
border-color css
<style>
span { border-color: #C29D0D; }
span { border-color: rgb(194,157,13); }
td.TdClassName
{
border-color: #C29D0D;
}
.TagClassName
{
border-color: #C29D0D;
}
</style>