#C09918

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

Shades of Buddha Gold #C09918

Tints of Buddha Gold #C09918

Color information

#C09918 (or 0xC09918) is unknown color: approx Buddha Gold. HEX triplet: C0, 99 and 18. RGB value is (192,153,24). Sum of RGB (Red+Green+Blue) = 192+153+24=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09918 is #3F66E7. Grayscale: #969696. Windows color (decimal): -4155112 or 1612224. OLE color: 1612224.

HSL color Cylindrical-coordinate representation of color #C09918: hue angle of 46.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09918 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19215324-
CMYK00.200.880.25
HSL46.07º77.78%42.35%-
HSV(B)46.07º87.5%75.29%-
XYZ33.2934.055.68-
YUV149.9556.92157.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 24 (9.77% from 255) = 6.50%
R=52.03%
G=41.46%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921532400.200.880.2546.0777.7842.35
HexC0991801458192e4e2a
Octal30023130024130315611652
Binary1100000010011001110000101001011000110011011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09918; }

 p { color: rgb(192,153,24); }

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

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

 a { background-color: rgb(192,153,24); }

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

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

 span { border-color: rgb(192,153,24); }

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