Shades of Buddha Gold #C39914
Tints of Buddha Gold #C39914
RGB
CMYK
RGB Variations
Color information
#C39914 (or 0xC39914) is known color: Buddha Gold. HEX triplet: C3, 99 and 14. RGB value is (195,153,20). Sum of RGB (Red+Green+Blue) = 195+153+20=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C39914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39914 is #3C66EB. Grayscale: #969696. Windows color (decimal): -3958508 or 1350083. OLE color: 1350083.
HSL color Cylindrical-coordinate representation of color #C39914: hue angle of 45.6º degrees, saturation: 0.81, 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 #C39914 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 20 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.24 |
| HSL | 45.6º | 0.81% | 0.42% | - |
| HSV(B) | 45.6º | 0.9% | 0.76% | - |
| XYZ | 34.02 | 34.44 | 5.52 | - |
| YUV | 150.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 20 | 0 | 0.22 | 0.90 | 0.24 | 45.6 | 0.81 | 0.42 |
| Hex | C3 | 99 | 14 | 0 | 16 | 5A | 18 | 2E | 51 | 2A |
| Octal | 303 | 231 | 24 | 0 | 26 | 132 | 30 | 56 | 121 | 52 |
| Binary | 11000011 | 10011001 | 10100 | 0 | 10110 | 1011010 | 11000 | 101110 | 1010001 | 101010 |
Color Harmonies of #C39914
Complementary color
Monochromatic Colors of #C39914
Black with #C39914
Text Example
Text Example
White with #C39914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39914; }
p { color: rgb(195,153,20); }
H1.HeaderClassName
{
color: #C39914;
}
.AnyTagClassName
{
color: #C39914;
}
</style>
background-color css
<style>
a { background-color: #C39914; }
a { background-color: rgb(195,153,20); }
div.DivClassName
{
background-color: #C39914;
}
.BgClassName
{
background-color: #C39914;
}
</style>
border-color css
<style>
span { border-color: #C39914; }
span { border-color: rgb(195,153,20); }
td.TdClassName
{
border-color: #C39914;
}
.TagClassName
{
border-color: #C39914;
}
</style>