Shades of Buddha Gold #CE971A
Tints of Buddha Gold #CE971A
RGB
CMYK
RGB Variations
Color information
#CE971A (or 0xCE971A) is known color: Buddha Gold. HEX triplet: CE, 97 and 1A. RGB value is (206,151,26). Sum of RGB (Red+Green+Blue) = 206+151+26=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE971A is #3168E5. Grayscale: #999999. Windows color (decimal): -3238118 or 1742798. OLE color: 1742798.
HSL color Cylindrical-coordinate representation of color #CE971A: hue angle of 41.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE971A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 26 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.19 |
| HSL | 41.67º | 0.78% | 0.45% | - |
| HSV(B) | 41.67º | 0.87% | 0.81% | - |
| XYZ | 36.71 | 35.33 | 5.86 | - |
| YUV | 153.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 26 | 0 | 0.27 | 0.87 | 0.19 | 41.67 | 0.78 | 0.45 |
| Hex | CE | 97 | 1A | 0 | 1B | 57 | 13 | 2A | 4E | 2D |
| Octal | 316 | 227 | 32 | 0 | 33 | 127 | 23 | 52 | 116 | 55 |
| Binary | 11001110 | 10010111 | 11010 | 0 | 11011 | 1010111 | 10011 | 101010 | 1001110 | 101101 |
Color Harmonies of #CE971A
Complementary color
Monochromatic Colors of #CE971A
Black with #CE971A
Text Example
Text Example
White with #CE971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE971A; }
p { color: rgb(206,151,26); }
H1.HeaderClassName
{
color: #CE971A;
}
.AnyTagClassName
{
color: #CE971A;
}
</style>
background-color css
<style>
a { background-color: #CE971A; }
a { background-color: rgb(206,151,26); }
div.DivClassName
{
background-color: #CE971A;
}
.BgClassName
{
background-color: #CE971A;
}
</style>
border-color css
<style>
span { border-color: #CE971A; }
span { border-color: rgb(206,151,26); }
td.TdClassName
{
border-color: #CE971A;
}
.TagClassName
{
border-color: #CE971A;
}
</style>