Shades of Buddha Gold #C9A317
Tints of Buddha Gold #C9A317
RGB
CMYK
RGB Variations
Color information
#C9A317 (or 0xC9A317) is known color: Buddha Gold. HEX triplet: C9, A3 and 17. RGB value is (201,163,23). Sum of RGB (Red+Green+Blue) = 201+163+23=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A317 is #365CE8. Grayscale: #9F9F9F. Windows color (decimal): -3562729 or 1549257. OLE color: 1549257.
HSL color Cylindrical-coordinate representation of color #C9A317: hue angle of 47.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9A317 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.21 |
| HSL | 47.19º | 0.79% | 0.44% | - |
| HSV(B) | 47.19º | 0.89% | 0.79% | - |
| XYZ | 37.34 | 38.67 | 6.31 | - |
| YUV | 158.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 23 | 0 | 0.19 | 0.89 | 0.21 | 47.19 | 0.79 | 0.44 |
| Hex | C9 | A3 | 17 | 0 | 13 | 59 | 15 | 2F | 4F | 2C |
| Octal | 311 | 243 | 27 | 0 | 23 | 131 | 25 | 57 | 117 | 54 |
| Binary | 11001001 | 10100011 | 10111 | 0 | 10011 | 1011001 | 10101 | 101111 | 1001111 | 101100 |
Color Harmonies of #C9A317
Complementary color
Monochromatic Colors of #C9A317
Black with #C9A317
Text Example
Text Example
White with #C9A317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A317; }
p { color: rgb(201,163,23); }
H1.HeaderClassName
{
color: #C9A317;
}
.AnyTagClassName
{
color: #C9A317;
}
</style>
background-color css
<style>
a { background-color: #C9A317; }
a { background-color: rgb(201,163,23); }
div.DivClassName
{
background-color: #C9A317;
}
.BgClassName
{
background-color: #C9A317;
}
</style>
border-color css
<style>
span { border-color: #C9A317; }
span { border-color: rgb(201,163,23); }
td.TdClassName
{
border-color: #C9A317;
}
.TagClassName
{
border-color: #C9A317;
}
</style>