Shades of Buddha Gold #C99D0C
Tints of Buddha Gold #C99D0C
RGB
CMYK
RGB Variations
Color information
#C99D0C (or 0xC99D0C) is known color: Buddha Gold. HEX triplet: C9, 9D and 0C. RGB value is (201,157,12). Sum of RGB (Red+Green+Blue) = 201+157+12=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99D0C is #3662F3. Grayscale: #9A9A9A. Windows color (decimal): -3564276 or 826825. OLE color: 826825.
HSL color Cylindrical-coordinate representation of color #C99D0C: hue angle of 46.03º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C99D0C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.21 |
| HSL | 46.03º | 0.89% | 0.42% | - |
| HSV(B) | 46.03º | 0.94% | 0.79% | - |
| XYZ | 36.21 | 36.56 | 5.5 | - |
| YUV | 153.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 12 | 0 | 0.22 | 0.94 | 0.21 | 46.03 | 0.89 | 0.42 |
| Hex | C9 | 9D | C | 0 | 16 | 5E | 15 | 2E | 59 | 2A |
| Octal | 311 | 235 | 14 | 0 | 26 | 136 | 25 | 56 | 131 | 52 |
| Binary | 11001001 | 10011101 | 1100 | 0 | 10110 | 1011110 | 10101 | 101110 | 1011001 | 101010 |
Color Harmonies of #C99D0C
Complementary color
Monochromatic Colors of #C99D0C
Black with #C99D0C
Text Example
Text Example
White with #C99D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D0C; }
p { color: rgb(201,157,12); }
H1.HeaderClassName
{
color: #C99D0C;
}
.AnyTagClassName
{
color: #C99D0C;
}
</style>
background-color css
<style>
a { background-color: #C99D0C; }
a { background-color: rgb(201,157,12); }
div.DivClassName
{
background-color: #C99D0C;
}
.BgClassName
{
background-color: #C99D0C;
}
</style>
border-color css
<style>
span { border-color: #C99D0C; }
span { border-color: rgb(201,157,12); }
td.TdClassName
{
border-color: #C99D0C;
}
.TagClassName
{
border-color: #C99D0C;
}
</style>