Shades of Buddha Gold #C99F0A
Tints of Buddha Gold #C99F0A
RGB
CMYK
RGB Variations
Color information
#C99F0A (or 0xC99F0A) is known color: Buddha Gold. HEX triplet: C9, 9F and 0A. RGB value is (201,159,10). Sum of RGB (Red+Green+Blue) = 201+159+10=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99F0A is #3660F5. Grayscale: #9B9B9B. Windows color (decimal): -3563766 or 696265. OLE color: 696265.
HSL color Cylindrical-coordinate representation of color #C99F0A: hue angle of 46.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C99F0A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.21 |
| HSL | 46.81º | 0.91% | 0.41% | - |
| HSV(B) | 46.81º | 0.95% | 0.79% | - |
| XYZ | 36.54 | 37.24 | 5.55 | - |
| YUV | 154.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 10 | 0 | 0.21 | 0.95 | 0.21 | 46.81 | 0.91 | 0.41 |
| Hex | C9 | 9F | A | 0 | 15 | 5F | 15 | 2F | 5B | 29 |
| Octal | 311 | 237 | 12 | 0 | 25 | 137 | 25 | 57 | 133 | 51 |
| Binary | 11001001 | 10011111 | 1010 | 0 | 10101 | 1011111 | 10101 | 101111 | 1011011 | 101001 |
Color Harmonies of #C99F0A
Complementary color
Monochromatic Colors of #C99F0A
Black with #C99F0A
Text Example
Text Example
White with #C99F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F0A; }
p { color: rgb(201,159,10); }
H1.HeaderClassName
{
color: #C99F0A;
}
.AnyTagClassName
{
color: #C99F0A;
}
</style>
background-color css
<style>
a { background-color: #C99F0A; }
a { background-color: rgb(201,159,10); }
div.DivClassName
{
background-color: #C99F0A;
}
.BgClassName
{
background-color: #C99F0A;
}
</style>
border-color css
<style>
span { border-color: #C99F0A; }
span { border-color: rgb(201,159,10); }
td.TdClassName
{
border-color: #C99F0A;
}
.TagClassName
{
border-color: #C99F0A;
}
</style>