Shades of Buddha Gold #C3990D
Tints of Buddha Gold #C3990D
RGB
CMYK
RGB Variations
Color information
#C3990D (or 0xC3990D) is known color: Buddha Gold. HEX triplet: C3, 99 and 0D. RGB value is (195,153,13). Sum of RGB (Red+Green+Blue) = 195+153+13=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3990D is #3C66F2. Grayscale: #969696. Windows color (decimal): -3958515 or 891331. OLE color: 891331.
HSL color Cylindrical-coordinate representation of color #C3990D: hue angle of 46.15º 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 #C3990D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.24 |
| HSL | 46.15º | 0.88% | 0.41% | - |
| HSV(B) | 46.15º | 0.93% | 0.76% | - |
| XYZ | 33.97 | 34.41 | 5.23 | - |
| YUV | 149.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 13 | 0 | 0.22 | 0.93 | 0.24 | 46.15 | 0.88 | 0.41 |
| Hex | C3 | 99 | D | 0 | 16 | 5D | 18 | 2E | 58 | 29 |
| Octal | 303 | 231 | 15 | 0 | 26 | 135 | 30 | 56 | 130 | 51 |
| Binary | 11000011 | 10011001 | 1101 | 0 | 10110 | 1011101 | 11000 | 101110 | 1011000 | 101001 |
Color Harmonies of #C3990D
Complementary color
Monochromatic Colors of #C3990D
Black with #C3990D
Text Example
Text Example
White with #C3990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3990D; }
p { color: rgb(195,153,13); }
H1.HeaderClassName
{
color: #C3990D;
}
.AnyTagClassName
{
color: #C3990D;
}
</style>
background-color css
<style>
a { background-color: #C3990D; }
a { background-color: rgb(195,153,13); }
div.DivClassName
{
background-color: #C3990D;
}
.BgClassName
{
background-color: #C3990D;
}
</style>
border-color css
<style>
span { border-color: #C3990D; }
span { border-color: rgb(195,153,13); }
td.TdClassName
{
border-color: #C3990D;
}
.TagClassName
{
border-color: #C3990D;
}
</style>