Shades of Buddha Gold #C99214
Tints of Buddha Gold #C99214
RGB
CMYK
RGB Variations
Color information
#C99214 (or 0xC99214) is known color: Buddha Gold. HEX triplet: C9, 92 and 14. RGB value is (201,146,20). Sum of RGB (Red+Green+Blue) = 201+146+20=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C99214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99214 is #366DEB. Grayscale: #949494. Windows color (decimal): -3567084 or 1348297. OLE color: 1348297.
HSL color Cylindrical-coordinate representation of color #C99214: hue angle of 41.77º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C99214 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 20 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.21 |
| HSL | 41.77º | 0.82% | 0.43% | - |
| HSV(B) | 41.77º | 0.9% | 0.79% | - |
| XYZ | 34.49 | 33.03 | 5.22 | - |
| YUV | 148.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 20 | 0 | 0.27 | 0.90 | 0.21 | 41.77 | 0.82 | 0.43 |
| Hex | C9 | 92 | 14 | 0 | 1B | 5A | 15 | 2A | 52 | 2B |
| Octal | 311 | 222 | 24 | 0 | 33 | 132 | 25 | 52 | 122 | 53 |
| Binary | 11001001 | 10010010 | 10100 | 0 | 11011 | 1011010 | 10101 | 101010 | 1010010 | 101011 |
Color Harmonies of #C99214
Complementary color
Monochromatic Colors of #C99214
Black with #C99214
Text Example
Text Example
White with #C99214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99214; }
p { color: rgb(201,146,20); }
H1.HeaderClassName
{
color: #C99214;
}
.AnyTagClassName
{
color: #C99214;
}
</style>
background-color css
<style>
a { background-color: #C99214; }
a { background-color: rgb(201,146,20); }
div.DivClassName
{
background-color: #C99214;
}
.BgClassName
{
background-color: #C99214;
}
</style>
border-color css
<style>
span { border-color: #C99214; }
span { border-color: rgb(201,146,20); }
td.TdClassName
{
border-color: #C99214;
}
.TagClassName
{
border-color: #C99214;
}
</style>