Shades of Buddha Gold #C99D00
Tints of Buddha Gold #C99D00
RGB
CMYK
RGB Variations
Color information
#C99D00 (or 0xC99D00) is known color: Buddha Gold. HEX triplet: C9, 9D and 00. RGB value is (201,157,0). Sum of RGB (Red+Green+Blue) = 201+157+0=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99D00 is #3662FF. Grayscale: #989898. Windows color (decimal): -3564288 or 40393. OLE color: 40393.
HSL color Cylindrical-coordinate representation of color #C99D00: hue angle of 46.87º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99D00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.21 |
| HSL | 46.87º | 1% | 0.39% | - |
| HSV(B) | 46.87º | 1% | 0.79% | - |
| XYZ | 36.14 | 36.53 | 5.15 | - |
| YUV | 152.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 0 | 0 | 0.22 | 1 | 0.21 | 46.87 | 1 | 0.39 |
| Hex | C9 | 9D | 0 | 0 | 16 | 64 | 15 | 2F | 64 | 27 |
| Octal | 311 | 235 | 0 | 0 | 26 | 144 | 25 | 57 | 144 | 47 |
| Binary | 11001001 | 10011101 | 0 | 0 | 10110 | 1100100 | 10101 | 101111 | 1100100 | 100111 |
Color Harmonies of #C99D00
Complementary color
Monochromatic Colors of #C99D00
Black with #C99D00
Text Example
Text Example
White with #C99D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D00; }
p { color: rgb(201,157,0); }
H1.HeaderClassName
{
color: #C99D00;
}
.AnyTagClassName
{
color: #C99D00;
}
</style>
background-color css
<style>
a { background-color: #C99D00; }
a { background-color: rgb(201,157,0); }
div.DivClassName
{
background-color: #C99D00;
}
.BgClassName
{
background-color: #C99D00;
}
</style>
border-color css
<style>
span { border-color: #C99D00; }
span { border-color: rgb(201,157,0); }
td.TdClassName
{
border-color: #C99D00;
}
.TagClassName
{
border-color: #C99D00;
}
</style>