#C39B0E

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

Shades of Buddha Gold #C39B0E

Tints of Buddha Gold #C39B0E

Color information

#C39B0E (or 0xC39B0E) is unknown color: approx Buddha Gold. HEX triplet: C3, 9B and 0E. RGB value is (195,155,14). Sum of RGB (Red+Green+Blue) = 195+155+14=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B0E is #3C64F1. Grayscale: #979797. Windows color (decimal): -3958002 or 957379. OLE color: 957379.

HSL color Cylindrical-coordinate representation of color #C39B0E: hue angle of 46.74º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C39B0E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19515514-
CMYK00.210.930.24
HSL46.74º86.6%40.98%-
HSV(B)46.74º92.82%76.47%-
XYZ34.3135.085.38-
YUV150.8950.75159.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 14 (5.86% from 255) = 3.85%
R=53.57%
G=42.58%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951551400.210.930.2446.7486.640.98
HexC39BE0155D182f5729
Octal30323316025135305712751
Binary110000111001101111100101011011101110001011111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B0E; }

 p { color: rgb(195,155,14); }

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

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

 a { background-color: rgb(195,155,14); }

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

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

 span { border-color: rgb(195,155,14); }

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