Shades of Buddha Gold #C99817
Tints of Buddha Gold #C99817
RGB
CMYK
RGB Variations
Color information
#C99817 (or 0xC99817) is known color: Buddha Gold. HEX triplet: C9, 98 and 17. RGB value is (201,152,23). Sum of RGB (Red+Green+Blue) = 201+152+23=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C99817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99817 is #3667E8. Grayscale: #989898. Windows color (decimal): -3565545 or 1546441. OLE color: 1546441.
HSL color Cylindrical-coordinate representation of color #C99817: hue angle of 43.48º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C99817 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 23 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.21 |
| HSL | 43.48º | 0.79% | 0.44% | - |
| HSV(B) | 43.48º | 0.89% | 0.79% | - |
| XYZ | 35.47 | 34.94 | 5.68 | - |
| YUV | 151.95 | 55.23 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 23 | 0 | 0.24 | 0.89 | 0.21 | 43.48 | 0.79 | 0.44 |
| Hex | C9 | 98 | 17 | 0 | 18 | 59 | 15 | 2B | 4F | 2C |
| Octal | 311 | 230 | 27 | 0 | 30 | 131 | 25 | 53 | 117 | 54 |
| Binary | 11001001 | 10011000 | 10111 | 0 | 11000 | 1011001 | 10101 | 101011 | 1001111 | 101100 |
Color Harmonies of #C99817
Complementary color
Monochromatic Colors of #C99817
Black with #C99817
Text Example
Text Example
White with #C99817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99817; }
p { color: rgb(201,152,23); }
H1.HeaderClassName
{
color: #C99817;
}
.AnyTagClassName
{
color: #C99817;
}
</style>
background-color css
<style>
a { background-color: #C99817; }
a { background-color: rgb(201,152,23); }
div.DivClassName
{
background-color: #C99817;
}
.BgClassName
{
background-color: #C99817;
}
</style>
border-color css
<style>
span { border-color: #C99817; }
span { border-color: rgb(201,152,23); }
td.TdClassName
{
border-color: #C99817;
}
.TagClassName
{
border-color: #C99817;
}
</style>