Shades of Buddha Gold #C29D01
Tints of Buddha Gold #C29D01
RGB
CMYK
RGB Variations
Color information
#C29D01 (or 0xC29D01) is known color: Buddha Gold. HEX triplet: C2, 9D and 01. RGB value is (194,157,1). Sum of RGB (Red+Green+Blue) = 194+157+1=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D01 is #3D62FE. Grayscale: #969696. Windows color (decimal): -4023039 or 105922. OLE color: 105922.
HSL color Cylindrical-coordinate representation of color #C29D01: hue angle of 48.5º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C29D01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.24 |
| HSL | 48.5º | 0.99% | 0.38% | - |
| HSV(B) | 48.5º | 0.99% | 0.76% | - |
| XYZ | 34.31 | 35.59 | 5.09 | - |
| YUV | 150.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 1 | 0 | 0.19 | 0.99 | 0.24 | 48.5 | 0.99 | 0.38 |
| Hex | C2 | 9D | 1 | 0 | 13 | 63 | 18 | 30 | 63 | 26 |
| Octal | 302 | 235 | 1 | 0 | 23 | 143 | 30 | 60 | 143 | 46 |
| Binary | 11000010 | 10011101 | 1 | 0 | 10011 | 1100011 | 11000 | 110000 | 1100011 | 100110 |
Color Harmonies of #C29D01
Complementary color
Monochromatic Colors of #C29D01
Black with #C29D01
Text Example
Text Example
White with #C29D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D01; }
p { color: rgb(194,157,1); }
H1.HeaderClassName
{
color: #C29D01;
}
.AnyTagClassName
{
color: #C29D01;
}
</style>
background-color css
<style>
a { background-color: #C29D01; }
a { background-color: rgb(194,157,1); }
div.DivClassName
{
background-color: #C29D01;
}
.BgClassName
{
background-color: #C29D01;
}
</style>
border-color css
<style>
span { border-color: #C29D01; }
span { border-color: rgb(194,157,1); }
td.TdClassName
{
border-color: #C29D01;
}
.TagClassName
{
border-color: #C29D01;
}
</style>