#C39018

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

Shades of Buddha Gold #C39018

Tints of Buddha Gold #C39018

Color information

#C39018 (or 0xC39018) is unknown color: approx Buddha Gold. HEX triplet: C3, 90 and 18. RGB value is (195,144,24). Sum of RGB (Red+Green+Blue) = 195+144+24=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39018 is #3C6FE7. Grayscale: #929292. Windows color (decimal): -3960808 or 1609923. OLE color: 1609923.

HSL color Cylindrical-coordinate representation of color #C39018: hue angle of 42.11º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C39018 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19514424-
CMYK00.260.880.24
HSL42.11º78.08%42.94%-
HSV(B)42.11º87.69%76.47%-
XYZ32.6431.615.25-
YUV145.5759.4163.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 24 (9.77% from 255) = 6.61%
R=53.72%
G=39.67%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951442400.260.880.2442.1178.0842.94
HexC3901801A58182a4e2b
Octal30322030032130305211653
Binary1100001110010000110000110101011000110001010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39018; }

 p { color: rgb(195,144,24); }

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

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

 a { background-color: rgb(195,144,24); }

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

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

 span { border-color: rgb(195,144,24); }

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