Shades of Buddha Gold #C19D22
Tints of Buddha Gold #C19D22
RGB
CMYK
RGB Variations
Color information
#C19D22 (or 0xC19D22) is known color: Buddha Gold. HEX triplet: C1, 9D and 22. RGB value is (193,157,34). Sum of RGB (Red+Green+Blue) = 193+157+34=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D22 is #3E62DD. Grayscale: #9A9A9A. Windows color (decimal): -4088542 or 2268609. OLE color: 2268609.
HSL color Cylindrical-coordinate representation of color #C19D22: hue angle of 46.42º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C19D22 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 34 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.24 |
| HSL | 46.42º | 0.7% | 0.45% | - |
| HSV(B) | 46.42º | 0.82% | 0.76% | - |
| XYZ | 34.34 | 35.57 | 6.57 | - |
| YUV | 153.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 34 | 0 | 0.19 | 0.82 | 0.24 | 46.42 | 0.7 | 0.45 |
| Hex | C1 | 9D | 22 | 0 | 13 | 52 | 18 | 2E | 46 | 2D |
| Octal | 301 | 235 | 42 | 0 | 23 | 122 | 30 | 56 | 106 | 55 |
| Binary | 11000001 | 10011101 | 100010 | 0 | 10011 | 1010010 | 11000 | 101110 | 1000110 | 101101 |
Color Harmonies of #C19D22
Complementary color
Monochromatic Colors of #C19D22
Black with #C19D22
Text Example
Text Example
White with #C19D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D22; }
p { color: rgb(193,157,34); }
H1.HeaderClassName
{
color: #C19D22;
}
.AnyTagClassName
{
color: #C19D22;
}
</style>
background-color css
<style>
a { background-color: #C19D22; }
a { background-color: rgb(193,157,34); }
div.DivClassName
{
background-color: #C19D22;
}
.BgClassName
{
background-color: #C19D22;
}
</style>
border-color css
<style>
span { border-color: #C19D22; }
span { border-color: rgb(193,157,34); }
td.TdClassName
{
border-color: #C19D22;
}
.TagClassName
{
border-color: #C19D22;
}
</style>