Shades of Buddha Gold #C99D24
Tints of Buddha Gold #C99D24
RGB
CMYK
RGB Variations
Color information
#C99D24 (or 0xC99D24) is known color: Buddha Gold. HEX triplet: C9, 9D and 24. RGB value is (201,157,36). Sum of RGB (Red+Green+Blue) = 201+157+36=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D24 is #3662DB. Grayscale: #9C9C9C. Windows color (decimal): -3564252 or 2399689. OLE color: 2399689.
HSL color Cylindrical-coordinate representation of color #C99D24: hue angle of 44º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C99D24 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 36 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.21 |
| HSL | 44º | 0.7% | 0.46% | - |
| HSV(B) | 44º | 0.82% | 0.79% | - |
| XYZ | 36.46 | 36.66 | 6.82 | - |
| YUV | 156.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 36 | 0 | 0.22 | 0.82 | 0.21 | 44 | 0.7 | 0.46 |
| Hex | C9 | 9D | 24 | 0 | 16 | 52 | 15 | 2C | 46 | 2E |
| Octal | 311 | 235 | 44 | 0 | 26 | 122 | 25 | 54 | 106 | 56 |
| Binary | 11001001 | 10011101 | 100100 | 0 | 10110 | 1010010 | 10101 | 101100 | 1000110 | 101110 |
Color Harmonies of #C99D24
Complementary color
Monochromatic Colors of #C99D24
Black with #C99D24
Text Example
Text Example
White with #C99D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D24; }
p { color: rgb(201,157,36); }
H1.HeaderClassName
{
color: #C99D24;
}
.AnyTagClassName
{
color: #C99D24;
}
</style>
background-color css
<style>
a { background-color: #C99D24; }
a { background-color: rgb(201,157,36); }
div.DivClassName
{
background-color: #C99D24;
}
.BgClassName
{
background-color: #C99D24;
}
</style>
border-color css
<style>
span { border-color: #C99D24; }
span { border-color: rgb(201,157,36); }
td.TdClassName
{
border-color: #C99D24;
}
.TagClassName
{
border-color: #C99D24;
}
</style>