Shades of Buddha Gold #CE9713
Tints of Buddha Gold #CE9713
RGB
CMYK
RGB Variations
Color information
#CE9713 (or 0xCE9713) is known color: Buddha Gold. HEX triplet: CE, 97 and 13. RGB value is (206,151,19). Sum of RGB (Red+Green+Blue) = 206+151+19=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9713 is #3168EC. Grayscale: #989898. Windows color (decimal): -3238125 or 1284046. OLE color: 1284046.
HSL color Cylindrical-coordinate representation of color #CE9713: hue angle of 42.35º 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 #CE9713 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.19 |
| HSL | 42.35º | 0.83% | 0.44% | - |
| HSV(B) | 42.35º | 0.91% | 0.81% | - |
| XYZ | 36.64 | 35.3 | 5.5 | - |
| YUV | 152.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 19 | 0 | 0.27 | 0.91 | 0.19 | 42.35 | 0.83 | 0.44 |
| Hex | CE | 97 | 13 | 0 | 1B | 5B | 13 | 2A | 53 | 2C |
| Octal | 316 | 227 | 23 | 0 | 33 | 133 | 23 | 52 | 123 | 54 |
| Binary | 11001110 | 10010111 | 10011 | 0 | 11011 | 1011011 | 10011 | 101010 | 1010011 | 101100 |
Color Harmonies of #CE9713
Complementary color
Monochromatic Colors of #CE9713
Black with #CE9713
Text Example
Text Example
White with #CE9713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9713; }
p { color: rgb(206,151,19); }
H1.HeaderClassName
{
color: #CE9713;
}
.AnyTagClassName
{
color: #CE9713;
}
</style>
background-color css
<style>
a { background-color: #CE9713; }
a { background-color: rgb(206,151,19); }
div.DivClassName
{
background-color: #CE9713;
}
.BgClassName
{
background-color: #CE9713;
}
</style>
border-color css
<style>
span { border-color: #CE9713; }
span { border-color: rgb(206,151,19); }
td.TdClassName
{
border-color: #CE9713;
}
.TagClassName
{
border-color: #CE9713;
}
</style>