Shades of Buddha Gold #C4A70F
Tints of Buddha Gold #C4A70F
RGB
CMYK
RGB Variations
Color information
#C4A70F (or 0xC4A70F) is known color: Buddha Gold. HEX triplet: C4, A7 and 0F. RGB value is (196,167,15). Sum of RGB (Red+Green+Blue) = 196+167+15=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A70F is #3B58F0. Grayscale: #9E9E9E. Windows color (decimal): -3889393 or 1025988. OLE color: 1025988.
HSL color Cylindrical-coordinate representation of color #C4A70F: hue angle of 50.39º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4A70F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 15 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.23 |
| HSL | 50.39º | 0.86% | 0.41% | - |
| HSV(B) | 50.39º | 0.92% | 0.77% | - |
| XYZ | 36.67 | 39.41 | 6.13 | - |
| YUV | 158.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 15 | 0 | 0.15 | 0.92 | 0.23 | 50.39 | 0.86 | 0.41 |
| Hex | C4 | A7 | F | 0 | F | 5C | 17 | 32 | 56 | 29 |
| Octal | 304 | 247 | 17 | 0 | 17 | 134 | 27 | 62 | 126 | 51 |
| Binary | 11000100 | 10100111 | 1111 | 0 | 1111 | 1011100 | 10111 | 110010 | 1010110 | 101001 |
Color Harmonies of #C4A70F
Complementary color
Monochromatic Colors of #C4A70F
Black with #C4A70F
Text Example
Text Example
White with #C4A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A70F; }
p { color: rgb(196,167,15); }
H1.HeaderClassName
{
color: #C4A70F;
}
.AnyTagClassName
{
color: #C4A70F;
}
</style>
background-color css
<style>
a { background-color: #C4A70F; }
a { background-color: rgb(196,167,15); }
div.DivClassName
{
background-color: #C4A70F;
}
.BgClassName
{
background-color: #C4A70F;
}
</style>
border-color css
<style>
span { border-color: #C4A70F; }
span { border-color: rgb(196,167,15); }
td.TdClassName
{
border-color: #C4A70F;
}
.TagClassName
{
border-color: #C4A70F;
}
</style>