#C39A0D

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

Shades of Buddha Gold #C39A0D

Tints of Buddha Gold #C39A0D

Color information

#C39A0D (or 0xC39A0D) is unknown color: approx Buddha Gold. HEX triplet: C3, 9A and 0D. RGB value is (195,154,13). Sum of RGB (Red+Green+Blue) = 195+154+13=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A0D is #3C65F2. Grayscale: #969696. Windows color (decimal): -3958259 or 891587. OLE color: 891587.

HSL color Cylindrical-coordinate representation of color #C39A0D: hue angle of 46.48º degrees, saturation: 0.88, 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 #C39A0D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19515413-
CMYK00.210.930.24
HSL46.48º87.5%40.78%-
HSV(B)46.48º93.33%76.47%-
XYZ34.1334.745.29-
YUV150.1850.58159.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 13 (5.47% from 255) = 3.59%
R=53.87%
G=42.54%
B=3.59%

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
Decimal1951541300.210.930.2446.4887.540.78
HexC39AD0155D182e5829
Octal30323215025135305613051
Binary110000111001101011010101011011101110001011101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A0D; }

 p { color: rgb(195,154,13); }

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

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

 a { background-color: rgb(195,154,13); }

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

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

 span { border-color: rgb(195,154,13); }

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