#C39A1D

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

Shades of Buddha Gold #C39A1D

Tints of Buddha Gold #C39A1D

Color information

#C39A1D (or 0xC39A1D) is unknown color: approx Buddha Gold. HEX triplet: C3, 9A and 1D. RGB value is (195,154,29). Sum of RGB (Red+Green+Blue) = 195+154+29=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A1D is #3C65E2. Grayscale: #989898. Windows color (decimal): -3958243 or 1940163. OLE color: 1940163.

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

Color convert

RGB19515429-
CMYK00.210.850.24
HSL45.18º74.11%43.92%-
HSV(B)45.18º85.13%76.47%-
XYZ34.2834.86.07-
YUV152.0158.58158.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.59%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 29 (11.72% from 255) = 7.67%
R=51.59%
G=40.74%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951542900.210.850.2445.1874.1143.92
HexC39A1D01555182d4a2c
Octal30323235025125305511254
Binary1100001110011010111010101011010101110001011011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A1D; }

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

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

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

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

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

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

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

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