Shades of Buddha Gold #C9901A
Tints of Buddha Gold #C9901A
RGB
CMYK
RGB Variations
Color information
#C9901A (or 0xC9901A) is known color: Buddha Gold. HEX triplet: C9, 90 and 1A. RGB value is (201,144,26). Sum of RGB (Red+Green+Blue) = 201+144+26=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9901A is #366FE5. Grayscale: #949494. Windows color (decimal): -3567590 or 1741001. OLE color: 1741001.
HSL color Cylindrical-coordinate representation of color #C9901A: hue angle of 40.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9901A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 26 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.21 |
| HSL | 40.46º | 0.77% | 0.45% | - |
| HSV(B) | 40.46º | 0.87% | 0.79% | - |
| XYZ | 34.25 | 32.44 | 5.43 | - |
| YUV | 147.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 26 | 0 | 0.28 | 0.87 | 0.21 | 40.46 | 0.77 | 0.45 |
| Hex | C9 | 90 | 1A | 0 | 1C | 57 | 15 | 28 | 4D | 2D |
| Octal | 311 | 220 | 32 | 0 | 34 | 127 | 25 | 50 | 115 | 55 |
| Binary | 11001001 | 10010000 | 11010 | 0 | 11100 | 1010111 | 10101 | 101000 | 1001101 | 101101 |
Color Harmonies of #C9901A
Complementary color
Monochromatic Colors of #C9901A
Black with #C9901A
Text Example
Text Example
White with #C9901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9901A; }
p { color: rgb(201,144,26); }
H1.HeaderClassName
{
color: #C9901A;
}
.AnyTagClassName
{
color: #C9901A;
}
</style>
background-color css
<style>
a { background-color: #C9901A; }
a { background-color: rgb(201,144,26); }
div.DivClassName
{
background-color: #C9901A;
}
.BgClassName
{
background-color: #C9901A;
}
</style>
border-color css
<style>
span { border-color: #C9901A; }
span { border-color: rgb(201,144,26); }
td.TdClassName
{
border-color: #C9901A;
}
.TagClassName
{
border-color: #C9901A;
}
</style>