#C09D1A

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

Shades of Buddha Gold #C09D1A

Tints of Buddha Gold #C09D1A

Color information

#C09D1A (or 0xC09D1A) is unknown color: approx Buddha Gold. HEX triplet: C0, 9D and 1A. RGB value is (192,157,26). Sum of RGB (Red+Green+Blue) = 192+157+26=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D1A is #3F62E5. Grayscale: #999999. Windows color (decimal): -4154086 or 1744320. OLE color: 1744320.

HSL color Cylindrical-coordinate representation of color #C09D1A: hue angle of 47.35º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C09D1A is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19215726-
CMYK00.180.860.25
HSL47.35º76.15%42.75%-
HSV(B)47.35º86.46%75.29%-
XYZ33.9835.396.02-
YUV152.5356.6156.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=51.2%
G=41.87%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921572600.180.860.2547.3576.1542.75
HexC09D1A01256192f4c2b
Octal30023532022126315711453
Binary1100000010011101110100100101010110110011011111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09D1A; }

 p { color: rgb(192,157,26); }

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

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

 a { background-color: rgb(192,157,26); }

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

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

 span { border-color: rgb(192,157,26); }

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