Shades of Buddha Gold #C99907
Tints of Buddha Gold #C99907
RGB
CMYK
RGB Variations
Color information
#C99907 (or 0xC99907) is known color: Buddha Gold. HEX triplet: C9, 99 and 07. RGB value is (201,153,7). Sum of RGB (Red+Green+Blue) = 201+153+7=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C99907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99907 is #3666F8. Grayscale: #979797. Windows color (decimal): -3565305 or 498121. OLE color: 498121.
HSL color Cylindrical-coordinate representation of color #C99907: hue angle of 45.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C99907 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.21 |
| HSL | 45.15º | 0.93% | 0.41% | - |
| HSV(B) | 45.15º | 0.97% | 0.79% | - |
| XYZ | 35.52 | 35.22 | 5.13 | - |
| YUV | 150.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 7 | 0 | 0.24 | 0.97 | 0.21 | 45.15 | 0.93 | 0.41 |
| Hex | C9 | 99 | 7 | 0 | 18 | 61 | 15 | 2D | 5D | 29 |
| Octal | 311 | 231 | 7 | 0 | 30 | 141 | 25 | 55 | 135 | 51 |
| Binary | 11001001 | 10011001 | 111 | 0 | 11000 | 1100001 | 10101 | 101101 | 1011101 | 101001 |
Color Harmonies of #C99907
Complementary color
Monochromatic Colors of #C99907
Black with #C99907
Text Example
Text Example
White with #C99907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99907; }
p { color: rgb(201,153,7); }
H1.HeaderClassName
{
color: #C99907;
}
.AnyTagClassName
{
color: #C99907;
}
</style>
background-color css
<style>
a { background-color: #C99907; }
a { background-color: rgb(201,153,7); }
div.DivClassName
{
background-color: #C99907;
}
.BgClassName
{
background-color: #C99907;
}
</style>
border-color css
<style>
span { border-color: #C99907; }
span { border-color: rgb(201,153,7); }
td.TdClassName
{
border-color: #C99907;
}
.TagClassName
{
border-color: #C99907;
}
</style>