Shades of Buddha Gold #C4A809
Tints of Buddha Gold #C4A809
RGB
CMYK
RGB Variations
Color information
#C4A809 (or 0xC4A809) is known color: Buddha Gold. HEX triplet: C4, A8 and 09. RGB value is (196,168,9). Sum of RGB (Red+Green+Blue) = 196+168+9=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A809 is #3B57F6. Grayscale: #9E9E9E. Windows color (decimal): -3889143 or 633028. OLE color: 633028.
HSL color Cylindrical-coordinate representation of color #C4A809: hue angle of 51.02º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4A809 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.23 |
| HSL | 51.02º | 0.91% | 0.4% | - |
| HSV(B) | 51.02º | 0.95% | 0.77% | - |
| XYZ | 36.82 | 39.76 | 5.99 | - |
| YUV | 158.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 9 | 0 | 0.14 | 0.95 | 0.23 | 51.02 | 0.91 | 0.4 |
| Hex | C4 | A8 | 9 | 0 | E | 5F | 17 | 33 | 5B | 28 |
| Octal | 304 | 250 | 11 | 0 | 16 | 137 | 27 | 63 | 133 | 50 |
| Binary | 11000100 | 10101000 | 1001 | 0 | 1110 | 1011111 | 10111 | 110011 | 1011011 | 101000 |
Color Harmonies of #C4A809
Complementary color
Monochromatic Colors of #C4A809
Black with #C4A809
Text Example
Text Example
White with #C4A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A809; }
p { color: rgb(196,168,9); }
H1.HeaderClassName
{
color: #C4A809;
}
.AnyTagClassName
{
color: #C4A809;
}
</style>
background-color css
<style>
a { background-color: #C4A809; }
a { background-color: rgb(196,168,9); }
div.DivClassName
{
background-color: #C4A809;
}
.BgClassName
{
background-color: #C4A809;
}
</style>
border-color css
<style>
span { border-color: #C4A809; }
span { border-color: rgb(196,168,9); }
td.TdClassName
{
border-color: #C4A809;
}
.TagClassName
{
border-color: #C4A809;
}
</style>