Shades of Buddha Gold #C39D13
Tints of Buddha Gold #C39D13
RGB
CMYK
RGB Variations
Color information
#C39D13 (or 0xC39D13) is known color: Buddha Gold. HEX triplet: C3, 9D and 13. RGB value is (195,157,19). Sum of RGB (Red+Green+Blue) = 195+157+19=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39D13 is #3C62EC. Grayscale: #999999. Windows color (decimal): -3957485 or 1285571. OLE color: 1285571.
HSL color Cylindrical-coordinate representation of color #C39D13: hue angle of 47.05º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39D13 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.24 |
| HSL | 47.05º | 0.82% | 0.42% | - |
| HSV(B) | 47.05º | 0.9% | 0.76% | - |
| XYZ | 34.68 | 35.76 | 5.69 | - |
| YUV | 152.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 19 | 0 | 0.19 | 0.90 | 0.24 | 47.05 | 0.82 | 0.42 |
| Hex | C3 | 9D | 13 | 0 | 13 | 5A | 18 | 2F | 52 | 2A |
| Octal | 303 | 235 | 23 | 0 | 23 | 132 | 30 | 57 | 122 | 52 |
| Binary | 11000011 | 10011101 | 10011 | 0 | 10011 | 1011010 | 11000 | 101111 | 1010010 | 101010 |
Color Harmonies of #C39D13
Complementary color
Monochromatic Colors of #C39D13
Black with #C39D13
Text Example
Text Example
White with #C39D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D13; }
p { color: rgb(195,157,19); }
H1.HeaderClassName
{
color: #C39D13;
}
.AnyTagClassName
{
color: #C39D13;
}
</style>
background-color css
<style>
a { background-color: #C39D13; }
a { background-color: rgb(195,157,19); }
div.DivClassName
{
background-color: #C39D13;
}
.BgClassName
{
background-color: #C39D13;
}
</style>
border-color css
<style>
span { border-color: #C39D13; }
span { border-color: rgb(195,157,19); }
td.TdClassName
{
border-color: #C39D13;
}
.TagClassName
{
border-color: #C39D13;
}
</style>