Shades of Buddha Gold #C4990D
Tints of Buddha Gold #C4990D
RGB
CMYK
RGB Variations
Color information
#C4990D (or 0xC4990D) is known color: Buddha Gold. HEX triplet: C4, 99 and 0D. RGB value is (196,153,13). Sum of RGB (Red+Green+Blue) = 196+153+13=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4990D is #3B66F2. Grayscale: #969696. Windows color (decimal): -3892979 or 891332. OLE color: 891332.
HSL color Cylindrical-coordinate representation of color #C4990D: hue angle of 45.9º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4990D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.23 |
| HSL | 45.9º | 0.88% | 0.41% | - |
| HSV(B) | 45.9º | 0.93% | 0.77% | - |
| XYZ | 34.23 | 34.55 | 5.25 | - |
| YUV | 149.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 13 | 0 | 0.22 | 0.93 | 0.23 | 45.9 | 0.88 | 0.41 |
| Hex | C4 | 99 | D | 0 | 16 | 5D | 17 | 2E | 58 | 29 |
| Octal | 304 | 231 | 15 | 0 | 26 | 135 | 27 | 56 | 130 | 51 |
| Binary | 11000100 | 10011001 | 1101 | 0 | 10110 | 1011101 | 10111 | 101110 | 1011000 | 101001 |
Color Harmonies of #C4990D
Complementary color
Monochromatic Colors of #C4990D
Black with #C4990D
Text Example
Text Example
White with #C4990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4990D; }
p { color: rgb(196,153,13); }
H1.HeaderClassName
{
color: #C4990D;
}
.AnyTagClassName
{
color: #C4990D;
}
</style>
background-color css
<style>
a { background-color: #C4990D; }
a { background-color: rgb(196,153,13); }
div.DivClassName
{
background-color: #C4990D;
}
.BgClassName
{
background-color: #C4990D;
}
</style>
border-color css
<style>
span { border-color: #C4990D; }
span { border-color: rgb(196,153,13); }
td.TdClassName
{
border-color: #C4990D;
}
.TagClassName
{
border-color: #C4990D;
}
</style>