Shades of Buddha Gold #C99D25
Tints of Buddha Gold #C99D25
RGB
CMYK
RGB Variations
Color information
#C99D25 (or 0xC99D25) is known color: Buddha Gold. HEX triplet: C9, 9D and 25. RGB value is (201,157,37). Sum of RGB (Red+Green+Blue) = 201+157+37=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D25 is #3662DA. Grayscale: #9D9D9D. Windows color (decimal): -3564251 or 2465225. OLE color: 2465225.
HSL color Cylindrical-coordinate representation of color #C99D25: hue angle of 43.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C99D25 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 37 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.21 |
| HSL | 43.9º | 0.69% | 0.47% | - |
| HSV(B) | 43.9º | 0.82% | 0.79% | - |
| XYZ | 36.48 | 36.67 | 6.9 | - |
| YUV | 156.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 37 | 0 | 0.22 | 0.82 | 0.21 | 43.9 | 0.69 | 0.47 |
| Hex | C9 | 9D | 25 | 0 | 16 | 52 | 15 | 2C | 45 | 2F |
| Octal | 311 | 235 | 45 | 0 | 26 | 122 | 25 | 54 | 105 | 57 |
| Binary | 11001001 | 10011101 | 100101 | 0 | 10110 | 1010010 | 10101 | 101100 | 1000101 | 101111 |
Color Harmonies of #C99D25
Complementary color
Monochromatic Colors of #C99D25
Black with #C99D25
Text Example
Text Example
White with #C99D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D25; }
p { color: rgb(201,157,37); }
H1.HeaderClassName
{
color: #C99D25;
}
.AnyTagClassName
{
color: #C99D25;
}
</style>
background-color css
<style>
a { background-color: #C99D25; }
a { background-color: rgb(201,157,37); }
div.DivClassName
{
background-color: #C99D25;
}
.BgClassName
{
background-color: #C99D25;
}
</style>
border-color css
<style>
span { border-color: #C99D25; }
span { border-color: rgb(201,157,37); }
td.TdClassName
{
border-color: #C99D25;
}
.TagClassName
{
border-color: #C99D25;
}
</style>