Shades of Buddha Gold #C28D19
Tints of Buddha Gold #C28D19
RGB
CMYK
RGB Variations
Color information
#C28D19 (or 0xC28D19) is known color: Buddha Gold. HEX triplet: C2, 8D and 19. RGB value is (194,141,25). Sum of RGB (Red+Green+Blue) = 194+141+25=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28D19 is #3D72E6. Grayscale: #909090. Windows color (decimal): -4027111 or 1674690. OLE color: 1674690.
HSL color Cylindrical-coordinate representation of color #C28D19: hue angle of 41.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C28D19 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 25 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.24 |
| HSL | 41.18º | 0.77% | 0.43% | - |
| HSV(B) | 41.18º | 0.87% | 0.76% | - |
| XYZ | 31.95 | 30.59 | 5.14 | - |
| YUV | 143.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 25 | 0 | 0.27 | 0.87 | 0.24 | 41.18 | 0.77 | 0.43 |
| Hex | C2 | 8D | 19 | 0 | 1B | 57 | 18 | 29 | 4D | 2B |
| Octal | 302 | 215 | 31 | 0 | 33 | 127 | 30 | 51 | 115 | 53 |
| Binary | 11000010 | 10001101 | 11001 | 0 | 11011 | 1010111 | 11000 | 101001 | 1001101 | 101011 |
Color Harmonies of #C28D19
Complementary color
Monochromatic Colors of #C28D19
Black with #C28D19
Text Example
Text Example
White with #C28D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D19; }
p { color: rgb(194,141,25); }
H1.HeaderClassName
{
color: #C28D19;
}
.AnyTagClassName
{
color: #C28D19;
}
</style>
background-color css
<style>
a { background-color: #C28D19; }
a { background-color: rgb(194,141,25); }
div.DivClassName
{
background-color: #C28D19;
}
.BgClassName
{
background-color: #C28D19;
}
</style>
border-color css
<style>
span { border-color: #C28D19; }
span { border-color: rgb(194,141,25); }
td.TdClassName
{
border-color: #C28D19;
}
.TagClassName
{
border-color: #C28D19;
}
</style>