Shades of Buddha Gold #CE9313
Tints of Buddha Gold #CE9313
RGB
CMYK
RGB Variations
Color information
#CE9313 (or 0xCE9313) is known color: Buddha Gold. HEX triplet: CE, 93 and 13. RGB value is (206,147,19). Sum of RGB (Red+Green+Blue) = 206+147+19=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9313 is #316CEC. Grayscale: #969696. Windows color (decimal): -3239149 or 1283022. OLE color: 1283022.
HSL color Cylindrical-coordinate representation of color #CE9313: hue angle of 41.07º 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 #CE9313 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 19 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.19 |
| HSL | 41.07º | 0.83% | 0.44% | - |
| HSV(B) | 41.07º | 0.91% | 0.81% | - |
| XYZ | 36 | 34.04 | 5.29 | - |
| YUV | 150.05 | 54.05 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 19 | 0 | 0.29 | 0.91 | 0.19 | 41.07 | 0.83 | 0.44 |
| Hex | CE | 93 | 13 | 0 | 1D | 5B | 13 | 29 | 53 | 2C |
| Octal | 316 | 223 | 23 | 0 | 35 | 133 | 23 | 51 | 123 | 54 |
| Binary | 11001110 | 10010011 | 10011 | 0 | 11101 | 1011011 | 10011 | 101001 | 1010011 | 101100 |
Color Harmonies of #CE9313
Complementary color
Monochromatic Colors of #CE9313
Black with #CE9313
Text Example
Text Example
White with #CE9313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9313; }
p { color: rgb(206,147,19); }
H1.HeaderClassName
{
color: #CE9313;
}
.AnyTagClassName
{
color: #CE9313;
}
</style>
background-color css
<style>
a { background-color: #CE9313; }
a { background-color: rgb(206,147,19); }
div.DivClassName
{
background-color: #CE9313;
}
.BgClassName
{
background-color: #CE9313;
}
</style>
border-color css
<style>
span { border-color: #CE9313; }
span { border-color: rgb(206,147,19); }
td.TdClassName
{
border-color: #CE9313;
}
.TagClassName
{
border-color: #CE9313;
}
</style>