Shades of Buddha Gold #C29D03
Tints of Buddha Gold #C29D03
RGB
CMYK
RGB Variations
Color information
#C29D03 (or 0xC29D03) is known color: Buddha Gold. HEX triplet: C2, 9D and 03. RGB value is (194,157,3). Sum of RGB (Red+Green+Blue) = 194+157+3=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D03 is #3D62FC. Grayscale: #979797. Windows color (decimal): -4023037 or 236994. OLE color: 236994.
HSL color Cylindrical-coordinate representation of color #C29D03: hue angle of 48.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C29D03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.24 |
| HSL | 48.38º | 0.97% | 0.39% | - |
| HSV(B) | 48.38º | 0.98% | 0.76% | - |
| XYZ | 34.32 | 35.59 | 5.15 | - |
| YUV | 150.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 3 | 0 | 0.19 | 0.98 | 0.24 | 48.38 | 0.97 | 0.39 |
| Hex | C2 | 9D | 3 | 0 | 13 | 62 | 18 | 30 | 61 | 27 |
| Octal | 302 | 235 | 3 | 0 | 23 | 142 | 30 | 60 | 141 | 47 |
| Binary | 11000010 | 10011101 | 11 | 0 | 10011 | 1100010 | 11000 | 110000 | 1100001 | 100111 |
Color Harmonies of #C29D03
Complementary color
Monochromatic Colors of #C29D03
Black with #C29D03
Text Example
Text Example
White with #C29D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D03; }
p { color: rgb(194,157,3); }
H1.HeaderClassName
{
color: #C29D03;
}
.AnyTagClassName
{
color: #C29D03;
}
</style>
background-color css
<style>
a { background-color: #C29D03; }
a { background-color: rgb(194,157,3); }
div.DivClassName
{
background-color: #C29D03;
}
.BgClassName
{
background-color: #C29D03;
}
</style>
border-color css
<style>
span { border-color: #C29D03; }
span { border-color: rgb(194,157,3); }
td.TdClassName
{
border-color: #C29D03;
}
.TagClassName
{
border-color: #C29D03;
}
</style>