Shades of Buddha Gold #C8AA09
Tints of Buddha Gold #C8AA09
RGB
CMYK
RGB Variations
Color information
#C8AA09 (or 0xC8AA09) is known color: Buddha Gold. HEX triplet: C8, AA and 09. RGB value is (200,170,9). Sum of RGB (Red+Green+Blue) = 200+170+9=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA09 is #3755F6. Grayscale: #A1A1A1. Windows color (decimal): -3626487 or 633544. OLE color: 633544.
HSL color Cylindrical-coordinate representation of color #C8AA09: hue angle of 50.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8AA09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.22 |
| HSL | 50.58º | 0.91% | 0.41% | - |
| HSV(B) | 50.58º | 0.96% | 0.78% | - |
| XYZ | 38.24 | 41.05 | 6.17 | - |
| YUV | 160.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 9 | 0 | 0.15 | 0.96 | 0.22 | 50.58 | 0.91 | 0.41 |
| Hex | C8 | AA | 9 | 0 | F | 60 | 16 | 33 | 5B | 29 |
| Octal | 310 | 252 | 11 | 0 | 17 | 140 | 26 | 63 | 133 | 51 |
| Binary | 11001000 | 10101010 | 1001 | 0 | 1111 | 1100000 | 10110 | 110011 | 1011011 | 101001 |
Color Harmonies of #C8AA09
Complementary color
Monochromatic Colors of #C8AA09
Black with #C8AA09
Text Example
Text Example
White with #C8AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA09; }
p { color: rgb(200,170,9); }
H1.HeaderClassName
{
color: #C8AA09;
}
.AnyTagClassName
{
color: #C8AA09;
}
</style>
background-color css
<style>
a { background-color: #C8AA09; }
a { background-color: rgb(200,170,9); }
div.DivClassName
{
background-color: #C8AA09;
}
.BgClassName
{
background-color: #C8AA09;
}
</style>
border-color css
<style>
span { border-color: #C8AA09; }
span { border-color: rgb(200,170,9); }
td.TdClassName
{
border-color: #C8AA09;
}
.TagClassName
{
border-color: #C8AA09;
}
</style>