Shades of Buddha Gold #C99B17
Tints of Buddha Gold #C99B17
RGB
CMYK
RGB Variations
Color information
#C99B17 (or 0xC99B17) is known color: Buddha Gold. HEX triplet: C9, 9B and 17. RGB value is (201,155,23). Sum of RGB (Red+Green+Blue) = 201+155+23=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99B17 is #3664E8. Grayscale: #9A9A9A. Windows color (decimal): -3564777 or 1547209. OLE color: 1547209.
HSL color Cylindrical-coordinate representation of color #C99B17: hue angle of 44.49º 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 #C99B17 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 23 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.21 |
| HSL | 44.49º | 0.79% | 0.44% | - |
| HSV(B) | 44.49º | 0.89% | 0.79% | - |
| XYZ | 35.96 | 35.92 | 5.85 | - |
| YUV | 153.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 23 | 0 | 0.23 | 0.89 | 0.21 | 44.49 | 0.79 | 0.44 |
| Hex | C9 | 9B | 17 | 0 | 17 | 59 | 15 | 2C | 4F | 2C |
| Octal | 311 | 233 | 27 | 0 | 27 | 131 | 25 | 54 | 117 | 54 |
| Binary | 11001001 | 10011011 | 10111 | 0 | 10111 | 1011001 | 10101 | 101100 | 1001111 | 101100 |
Color Harmonies of #C99B17
Complementary color
Monochromatic Colors of #C99B17
Black with #C99B17
Text Example
Text Example
White with #C99B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B17; }
p { color: rgb(201,155,23); }
H1.HeaderClassName
{
color: #C99B17;
}
.AnyTagClassName
{
color: #C99B17;
}
</style>
background-color css
<style>
a { background-color: #C99B17; }
a { background-color: rgb(201,155,23); }
div.DivClassName
{
background-color: #C99B17;
}
.BgClassName
{
background-color: #C99B17;
}
</style>
border-color css
<style>
span { border-color: #C99B17; }
span { border-color: rgb(201,155,23); }
td.TdClassName
{
border-color: #C99B17;
}
.TagClassName
{
border-color: #C99B17;
}
</style>