Shades of Buddha Gold #C19D04
Tints of Buddha Gold #C19D04
RGB
CMYK
RGB Variations
Color information
#C19D04 (or 0xC19D04) is known color: Buddha Gold. HEX triplet: C1, 9D and 04. RGB value is (193,157,4). Sum of RGB (Red+Green+Blue) = 193+157+4=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19D04 is #3E62FB. Grayscale: #969696. Windows color (decimal): -4088572 or 302529. OLE color: 302529.
HSL color Cylindrical-coordinate representation of color #C19D04: hue angle of 48.57º degrees, saturation: 0.96, 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 #C19D04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.24 |
| HSL | 48.57º | 0.96% | 0.39% | - |
| HSV(B) | 48.57º | 0.98% | 0.76% | - |
| XYZ | 34.07 | 35.46 | 5.16 | - |
| YUV | 150.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 4 | 0 | 0.19 | 0.98 | 0.24 | 48.57 | 0.96 | 0.39 |
| Hex | C1 | 9D | 4 | 0 | 13 | 62 | 18 | 31 | 60 | 27 |
| Octal | 301 | 235 | 4 | 0 | 23 | 142 | 30 | 61 | 140 | 47 |
| Binary | 11000001 | 10011101 | 100 | 0 | 10011 | 1100010 | 11000 | 110001 | 1100000 | 100111 |
Color Harmonies of #C19D04
Complementary color
Monochromatic Colors of #C19D04
Black with #C19D04
Text Example
Text Example
White with #C19D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D04; }
p { color: rgb(193,157,4); }
H1.HeaderClassName
{
color: #C19D04;
}
.AnyTagClassName
{
color: #C19D04;
}
</style>
background-color css
<style>
a { background-color: #C19D04; }
a { background-color: rgb(193,157,4); }
div.DivClassName
{
background-color: #C19D04;
}
.BgClassName
{
background-color: #C19D04;
}
</style>
border-color css
<style>
span { border-color: #C19D04; }
span { border-color: rgb(193,157,4); }
td.TdClassName
{
border-color: #C19D04;
}
.TagClassName
{
border-color: #C19D04;
}
</style>