Shades of Buddha Gold #C39B0D
Tints of Buddha Gold #C39B0D
RGB
CMYK
RGB Variations
Color information
#C39B0D (or 0xC39B0D) is known color: Buddha Gold. HEX triplet: C3, 9B and 0D. RGB value is (195,155,13). Sum of RGB (Red+Green+Blue) = 195+155+13=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B0D is #3C64F2. Grayscale: #979797. Windows color (decimal): -3958003 or 891843. OLE color: 891843.
HSL color Cylindrical-coordinate representation of color #C39B0D: hue angle of 46.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C39B0D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.24 |
| HSL | 46.81º | 0.88% | 0.41% | - |
| HSV(B) | 46.81º | 0.93% | 0.76% | - |
| XYZ | 34.3 | 35.07 | 5.34 | - |
| YUV | 150.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 13 | 0 | 0.21 | 0.93 | 0.24 | 46.81 | 0.88 | 0.41 |
| Hex | C3 | 9B | D | 0 | 15 | 5D | 18 | 2F | 58 | 29 |
| Octal | 303 | 233 | 15 | 0 | 25 | 135 | 30 | 57 | 130 | 51 |
| Binary | 11000011 | 10011011 | 1101 | 0 | 10101 | 1011101 | 11000 | 101111 | 1011000 | 101001 |
Color Harmonies of #C39B0D
Complementary color
Monochromatic Colors of #C39B0D
Black with #C39B0D
Text Example
Text Example
White with #C39B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B0D; }
p { color: rgb(195,155,13); }
H1.HeaderClassName
{
color: #C39B0D;
}
.AnyTagClassName
{
color: #C39B0D;
}
</style>
background-color css
<style>
a { background-color: #C39B0D; }
a { background-color: rgb(195,155,13); }
div.DivClassName
{
background-color: #C39B0D;
}
.BgClassName
{
background-color: #C39B0D;
}
</style>
border-color css
<style>
span { border-color: #C39B0D; }
span { border-color: rgb(195,155,13); }
td.TdClassName
{
border-color: #C39B0D;
}
.TagClassName
{
border-color: #C39B0D;
}
</style>