Shades of Buddha Gold #C99F01
Tints of Buddha Gold #C99F01
RGB
CMYK
RGB Variations
Color information
#C99F01 (or 0xC99F01) is known color: Buddha Gold. HEX triplet: C9, 9F and 01. RGB value is (201,159,1). Sum of RGB (Red+Green+Blue) = 201+159+1=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99F01 is #3660FE. Grayscale: #9A9A9A. Windows color (decimal): -3563775 or 106441. OLE color: 106441.
HSL color Cylindrical-coordinate representation of color #C99F01: hue angle of 47.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99F01 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.21 |
| HSL | 47.4º | 0.99% | 0.4% | - |
| HSV(B) | 47.4º | 1% | 0.79% | - |
| XYZ | 36.49 | 37.22 | 5.29 | - |
| YUV | 153.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 1 | 0 | 0.21 | 1.00 | 0.21 | 47.4 | 0.99 | 0.4 |
| Hex | C9 | 9F | 1 | 0 | 15 | 64 | 15 | 2F | 63 | 28 |
| Octal | 311 | 237 | 1 | 0 | 25 | 144 | 25 | 57 | 143 | 50 |
| Binary | 11001001 | 10011111 | 1 | 0 | 10101 | 1100100 | 10101 | 101111 | 1100011 | 101000 |
Color Harmonies of #C99F01
Complementary color
Monochromatic Colors of #C99F01
Black with #C99F01
Text Example
Text Example
White with #C99F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F01; }
p { color: rgb(201,159,1); }
H1.HeaderClassName
{
color: #C99F01;
}
.AnyTagClassName
{
color: #C99F01;
}
</style>
background-color css
<style>
a { background-color: #C99F01; }
a { background-color: rgb(201,159,1); }
div.DivClassName
{
background-color: #C99F01;
}
.BgClassName
{
background-color: #C99F01;
}
</style>
border-color css
<style>
span { border-color: #C99F01; }
span { border-color: rgb(201,159,1); }
td.TdClassName
{
border-color: #C99F01;
}
.TagClassName
{
border-color: #C99F01;
}
</style>