Shades of Buddha Gold #C29F01
Tints of Buddha Gold #C29F01
RGB
CMYK
RGB Variations
Color information
#C29F01 (or 0xC29F01) is known color: Buddha Gold. HEX triplet: C2, 9F and 01. RGB value is (194,159,1). Sum of RGB (Red+Green+Blue) = 194+159+1=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29F01 is #3D60FE. Grayscale: #989898. Windows color (decimal): -4022527 or 106434. OLE color: 106434.
HSL color Cylindrical-coordinate representation of color #C29F01: hue angle of 49.12º 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 #C29F01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.24 |
| HSL | 49.12º | 0.99% | 0.38% | - |
| HSV(B) | 49.12º | 0.99% | 0.76% | - |
| XYZ | 34.65 | 36.27 | 5.2 | - |
| YUV | 151.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 1 | 0 | 0.18 | 0.99 | 0.24 | 49.12 | 0.99 | 0.38 |
| Hex | C2 | 9F | 1 | 0 | 12 | 63 | 18 | 31 | 63 | 26 |
| Octal | 302 | 237 | 1 | 0 | 22 | 143 | 30 | 61 | 143 | 46 |
| Binary | 11000010 | 10011111 | 1 | 0 | 10010 | 1100011 | 11000 | 110001 | 1100011 | 100110 |
Color Harmonies of #C29F01
Complementary color
Monochromatic Colors of #C29F01
Black with #C29F01
Text Example
Text Example
White with #C29F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F01; }
p { color: rgb(194,159,1); }
H1.HeaderClassName
{
color: #C29F01;
}
.AnyTagClassName
{
color: #C29F01;
}
</style>
background-color css
<style>
a { background-color: #C29F01; }
a { background-color: rgb(194,159,1); }
div.DivClassName
{
background-color: #C29F01;
}
.BgClassName
{
background-color: #C29F01;
}
</style>
border-color css
<style>
span { border-color: #C29F01; }
span { border-color: rgb(194,159,1); }
td.TdClassName
{
border-color: #C29F01;
}
.TagClassName
{
border-color: #C29F01;
}
</style>