Shades of Buddha Gold #C49D08
Tints of Buddha Gold #C49D08
RGB
CMYK
RGB Variations
Color information
#C49D08 (or 0xC49D08) is known color: Buddha Gold. HEX triplet: C4, 9D and 08. RGB value is (196,157,8). Sum of RGB (Red+Green+Blue) = 196+157+8=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D08 is #3B62F7. Grayscale: #989898. Windows color (decimal): -3891960 or 564676. OLE color: 564676.
HSL color Cylindrical-coordinate representation of color #C49D08: hue angle of 47.55º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C49D08 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.23 |
| HSL | 47.55º | 0.92% | 0.4% | - |
| HSV(B) | 47.55º | 0.96% | 0.77% | - |
| XYZ | 34.87 | 35.87 | 5.32 | - |
| YUV | 151.68 | 46.92 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 8 | 0 | 0.20 | 0.96 | 0.23 | 47.55 | 0.92 | 0.4 |
| Hex | C4 | 9D | 8 | 0 | 14 | 60 | 17 | 30 | 5C | 28 |
| Octal | 304 | 235 | 10 | 0 | 24 | 140 | 27 | 60 | 134 | 50 |
| Binary | 11000100 | 10011101 | 1000 | 0 | 10100 | 1100000 | 10111 | 110000 | 1011100 | 101000 |
Color Harmonies of #C49D08
Complementary color
Monochromatic Colors of #C49D08
Black with #C49D08
Text Example
Text Example
White with #C49D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D08; }
p { color: rgb(196,157,8); }
H1.HeaderClassName
{
color: #C49D08;
}
.AnyTagClassName
{
color: #C49D08;
}
</style>
background-color css
<style>
a { background-color: #C49D08; }
a { background-color: rgb(196,157,8); }
div.DivClassName
{
background-color: #C49D08;
}
.BgClassName
{
background-color: #C49D08;
}
</style>
border-color css
<style>
span { border-color: #C49D08; }
span { border-color: rgb(196,157,8); }
td.TdClassName
{
border-color: #C49D08;
}
.TagClassName
{
border-color: #C49D08;
}
</style>