#C5991E

Color #C5991E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C5991E

Tints of Buddha Gold #C5991E

Color information

#C5991E (or 0xC5991E) is unknown color: approx Buddha Gold. HEX triplet: C5, 99 and 1E. RGB value is (197,153,30). Sum of RGB (Red+Green+Blue) = 197+153+30=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5991E is #3A66E1. Grayscale: #989898. Windows color (decimal): -3827426 or 2005445. OLE color: 2005445.

HSL color Cylindrical-coordinate representation of color #C5991E: hue angle of 44.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5991E is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19715330-
CMYK00.220.850.23
HSL44.19º73.57%44.51%-
HSV(B)44.19º84.77%77.25%-
XYZ34.6534.756.11-
YUV152.1359.08160-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 30 (12.11% from 255) = 7.89%
R=51.84%
G=40.26%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971533000.220.850.2344.1973.5744.51
HexC5991E01655172c4a2d
Octal30523136026125275411255
Binary1100010110011001111100101101010101101111011001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5991E; }

 p { color: rgb(197,153,30); }

 H1.HeaderClassName
 {
   color: #C5991E;
 }
 .AnyTagClassName
 {
   color: #C5991E;
 }
</style>
background-color css

<style>
 a { background-color: #C5991E; }

 a { background-color: rgb(197,153,30); }

 div.DivClassName
 {
   background-color: #C5991E;
 }
 .BgClassName
 {
   background-color: #C5991E;
 }
</style>
border-color css

<style>
 span { border-color: #C5991E; }

 span { border-color: rgb(197,153,30); }

 td.TdClassName
 {
   border-color: #C5991E;
 }
 .TagClassName
 {
   border-color: #C5991E;
 }
</style>