#C99510

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

Shades of Buddha Gold #C99510

Tints of Buddha Gold #C99510

Color information

#C99510 (or 0xC99510) is unknown color: approx Buddha Gold. HEX triplet: C9, 95 and 10. RGB value is (201,149,16). Sum of RGB (Red+Green+Blue) = 201+149+16=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C99510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99510 is #366AEF. Grayscale: #959595. Windows color (decimal): -3566320 or 1086921. OLE color: 1086921.

HSL color Cylindrical-coordinate representation of color #C99510: hue angle of 43.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C99510 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB20114916-
CMYK00.260.920.21
HSL43.14º85.25%42.55%-
HSV(B)43.14º92.04%78.82%-
XYZ34.9333.955.2-
YUV149.3952.73164.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.92%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 16 (6.64% from 255) = 4.37%
R=54.92%
G=40.71%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011491600.260.920.2143.1485.2542.55
HexC9951001A5C152b552b
Octal31122520032134255312553
Binary1100100110010101100000110101011100101011010111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99510; }

 p { color: rgb(201,149,16); }

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

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

 a { background-color: rgb(201,149,16); }

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

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

 span { border-color: rgb(201,149,16); }

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