#C09F23

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

Shades of Buddha Gold #C09F23

Tints of Buddha Gold #C09F23

Color information

#C09F23 (or 0xC09F23) is unknown color: approx Buddha Gold. HEX triplet: C0, 9F and 23. RGB value is (192,159,35). Sum of RGB (Red+Green+Blue) = 192+159+35=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F23 is #3F60DC. Grayscale: #9B9B9B. Windows color (decimal): -4153565 or 2334656. OLE color: 2334656.

HSL color Cylindrical-coordinate representation of color #C09F23: hue angle of 47.39º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09F23 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19215935-
CMYK00.170.820.25
HSL47.39º69.16%44.51%-
HSV(B)47.39º81.77%75.29%-
XYZ34.4436.126.75-
YUV154.7360.43154.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 159 (62.5% from 255) = 41.19%
BLUE value IS 35 (14.06% from 255) = 9.07%
R=49.74%
G=41.19%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921593500.170.820.2547.3969.1644.51
HexC09F2301152192f452d
Octal30023743021122315710555
Binary11000000100111111000110100011010010110011011111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09F23; }

 p { color: rgb(192,159,35); }

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

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

 a { background-color: rgb(192,159,35); }

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

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

 span { border-color: rgb(192,159,35); }

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