Shades of Buddha Gold #C99717
Tints of Buddha Gold #C99717
RGB
CMYK
RGB Variations
Color information
#C99717 (or 0xC99717) is known color: Buddha Gold. HEX triplet: C9, 97 and 17. RGB value is (201,151,23). Sum of RGB (Red+Green+Blue) = 201+151+23=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C99717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99717 is #3668E8. Grayscale: #979797. Windows color (decimal): -3565801 or 1546185. OLE color: 1546185.
HSL color Cylindrical-coordinate representation of color #C99717: hue angle of 43.15º 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 #C99717 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 23 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.21 |
| HSL | 43.15º | 0.79% | 0.44% | - |
| HSV(B) | 43.15º | 0.89% | 0.79% | - |
| XYZ | 35.31 | 34.61 | 5.63 | - |
| YUV | 151.36 | 55.57 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 23 | 0 | 0.25 | 0.89 | 0.21 | 43.15 | 0.79 | 0.44 |
| Hex | C9 | 97 | 17 | 0 | 19 | 59 | 15 | 2B | 4F | 2C |
| Octal | 311 | 227 | 27 | 0 | 31 | 131 | 25 | 53 | 117 | 54 |
| Binary | 11001001 | 10010111 | 10111 | 0 | 11001 | 1011001 | 10101 | 101011 | 1001111 | 101100 |
Color Harmonies of #C99717
Complementary color
Monochromatic Colors of #C99717
Black with #C99717
Text Example
Text Example
White with #C99717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99717; }
p { color: rgb(201,151,23); }
H1.HeaderClassName
{
color: #C99717;
}
.AnyTagClassName
{
color: #C99717;
}
</style>
background-color css
<style>
a { background-color: #C99717; }
a { background-color: rgb(201,151,23); }
div.DivClassName
{
background-color: #C99717;
}
.BgClassName
{
background-color: #C99717;
}
</style>
border-color css
<style>
span { border-color: #C99717; }
span { border-color: rgb(201,151,23); }
td.TdClassName
{
border-color: #C99717;
}
.TagClassName
{
border-color: #C99717;
}
</style>