Shades of Buddha Gold #C99D1E
Tints of Buddha Gold #C99D1E
RGB
CMYK
RGB Variations
Color information
#C99D1E (or 0xC99D1E) is known color: Buddha Gold. HEX triplet: C9, 9D and 1E. RGB value is (201,157,30). Sum of RGB (Red+Green+Blue) = 201+157+30=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D1E is #3662E1. Grayscale: #9C9C9C. Windows color (decimal): -3564258 or 2006473. OLE color: 2006473.
HSL color Cylindrical-coordinate representation of color #C99D1E: hue angle of 44.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C99D1E is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 30 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.21 |
| HSL | 44.56º | 0.74% | 0.45% | - |
| HSV(B) | 44.56º | 0.85% | 0.79% | - |
| XYZ | 36.38 | 36.63 | 6.38 | - |
| YUV | 155.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 30 | 0 | 0.22 | 0.85 | 0.21 | 44.56 | 0.74 | 0.45 |
| Hex | C9 | 9D | 1E | 0 | 16 | 55 | 15 | 2D | 4A | 2D |
| Octal | 311 | 235 | 36 | 0 | 26 | 125 | 25 | 55 | 112 | 55 |
| Binary | 11001001 | 10011101 | 11110 | 0 | 10110 | 1010101 | 10101 | 101101 | 1001010 | 101101 |
Color Harmonies of #C99D1E
Complementary color
Monochromatic Colors of #C99D1E
Black with #C99D1E
Text Example
Text Example
White with #C99D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D1E; }
p { color: rgb(201,157,30); }
H1.HeaderClassName
{
color: #C99D1E;
}
.AnyTagClassName
{
color: #C99D1E;
}
</style>
background-color css
<style>
a { background-color: #C99D1E; }
a { background-color: rgb(201,157,30); }
div.DivClassName
{
background-color: #C99D1E;
}
.BgClassName
{
background-color: #C99D1E;
}
</style>
border-color css
<style>
span { border-color: #C99D1E; }
span { border-color: rgb(201,157,30); }
td.TdClassName
{
border-color: #C99D1E;
}
.TagClassName
{
border-color: #C99D1E;
}
</style>