Shades of Buddha Gold #C99E14
Tints of Buddha Gold #C99E14
RGB
CMYK
RGB Variations
Color information
#C99E14 (or 0xC99E14) is known color: Buddha Gold. HEX triplet: C9, 9E and 14. RGB value is (201,158,20). Sum of RGB (Red+Green+Blue) = 201+158+20=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99E14 is #3661EB. Grayscale: #9B9B9B. Windows color (decimal): -3564012 or 1351369. OLE color: 1351369.
HSL color Cylindrical-coordinate representation of color #C99E14: hue angle of 45.75º 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 #C99E14 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 20 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.21 |
| HSL | 45.75º | 0.82% | 0.43% | - |
| HSV(B) | 45.75º | 0.9% | 0.79% | - |
| XYZ | 36.44 | 36.92 | 5.87 | - |
| YUV | 155.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 20 | 0 | 0.21 | 0.90 | 0.21 | 45.75 | 0.82 | 0.43 |
| Hex | C9 | 9E | 14 | 0 | 15 | 5A | 15 | 2E | 52 | 2B |
| Octal | 311 | 236 | 24 | 0 | 25 | 132 | 25 | 56 | 122 | 53 |
| Binary | 11001001 | 10011110 | 10100 | 0 | 10101 | 1011010 | 10101 | 101110 | 1010010 | 101011 |
Color Harmonies of #C99E14
Complementary color
Monochromatic Colors of #C99E14
Black with #C99E14
Text Example
Text Example
White with #C99E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E14; }
p { color: rgb(201,158,20); }
H1.HeaderClassName
{
color: #C99E14;
}
.AnyTagClassName
{
color: #C99E14;
}
</style>
background-color css
<style>
a { background-color: #C99E14; }
a { background-color: rgb(201,158,20); }
div.DivClassName
{
background-color: #C99E14;
}
.BgClassName
{
background-color: #C99E14;
}
</style>
border-color css
<style>
span { border-color: #C99E14; }
span { border-color: rgb(201,158,20); }
td.TdClassName
{
border-color: #C99E14;
}
.TagClassName
{
border-color: #C99E14;
}
</style>