Shades of Buddha Gold #C99217
Tints of Buddha Gold #C99217
RGB
CMYK
RGB Variations
Color information
#C99217 (or 0xC99217) is known color: Buddha Gold. HEX triplet: C9, 92 and 17. RGB value is (201,146,23). Sum of RGB (Red+Green+Blue) = 201+146+23=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C99217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99217 is #366DE8. Grayscale: #949494. Windows color (decimal): -3567081 or 1544905. OLE color: 1544905.
HSL color Cylindrical-coordinate representation of color #C99217: hue angle of 41.46º 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 #C99217 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 23 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.21 |
| HSL | 41.46º | 0.79% | 0.44% | - |
| HSV(B) | 41.46º | 0.89% | 0.79% | - |
| XYZ | 34.52 | 33.04 | 5.37 | - |
| YUV | 148.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 23 | 0 | 0.27 | 0.89 | 0.21 | 41.46 | 0.79 | 0.44 |
| Hex | C9 | 92 | 17 | 0 | 1B | 59 | 15 | 29 | 4F | 2C |
| Octal | 311 | 222 | 27 | 0 | 33 | 131 | 25 | 51 | 117 | 54 |
| Binary | 11001001 | 10010010 | 10111 | 0 | 11011 | 1011001 | 10101 | 101001 | 1001111 | 101100 |
Color Harmonies of #C99217
Complementary color
Monochromatic Colors of #C99217
Black with #C99217
Text Example
Text Example
White with #C99217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99217; }
p { color: rgb(201,146,23); }
H1.HeaderClassName
{
color: #C99217;
}
.AnyTagClassName
{
color: #C99217;
}
</style>
background-color css
<style>
a { background-color: #C99217; }
a { background-color: rgb(201,146,23); }
div.DivClassName
{
background-color: #C99217;
}
.BgClassName
{
background-color: #C99217;
}
</style>
border-color css
<style>
span { border-color: #C99217; }
span { border-color: rgb(201,146,23); }
td.TdClassName
{
border-color: #C99217;
}
.TagClassName
{
border-color: #C99217;
}
</style>