Shades of Buddha Gold #CE9113
Tints of Buddha Gold #CE9113
RGB
CMYK
RGB Variations
Color information
#CE9113 (or 0xCE9113) is known color: Buddha Gold. HEX triplet: CE, 91 and 13. RGB value is (206,145,19). Sum of RGB (Red+Green+Blue) = 206+145+19=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9113 is #316EEC. Grayscale: #959595. Windows color (decimal): -3239661 or 1282510. OLE color: 1282510.
HSL color Cylindrical-coordinate representation of color #CE9113: hue angle of 40.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE9113 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.19 |
| HSL | 40.43º | 0.83% | 0.44% | - |
| HSV(B) | 40.43º | 0.91% | 0.81% | - |
| XYZ | 35.7 | 33.42 | 5.19 | - |
| YUV | 148.88 | 54.71 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 19 | 0 | 0.30 | 0.91 | 0.19 | 40.43 | 0.83 | 0.44 |
| Hex | CE | 91 | 13 | 0 | 1E | 5B | 13 | 28 | 53 | 2C |
| Octal | 316 | 221 | 23 | 0 | 36 | 133 | 23 | 50 | 123 | 54 |
| Binary | 11001110 | 10010001 | 10011 | 0 | 11110 | 1011011 | 10011 | 101000 | 1010011 | 101100 |
Color Harmonies of #CE9113
Complementary color
Monochromatic Colors of #CE9113
Black with #CE9113
Text Example
Text Example
White with #CE9113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9113; }
p { color: rgb(206,145,19); }
H1.HeaderClassName
{
color: #CE9113;
}
.AnyTagClassName
{
color: #CE9113;
}
</style>
background-color css
<style>
a { background-color: #CE9113; }
a { background-color: rgb(206,145,19); }
div.DivClassName
{
background-color: #CE9113;
}
.BgClassName
{
background-color: #CE9113;
}
</style>
border-color css
<style>
span { border-color: #CE9113; }
span { border-color: rgb(206,145,19); }
td.TdClassName
{
border-color: #CE9113;
}
.TagClassName
{
border-color: #CE9113;
}
</style>