#C29718

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

Shades of Buddha Gold #C29718

Tints of Buddha Gold #C29718

Color information

#C29718 (or 0xC29718) is unknown color: approx Buddha Gold. HEX triplet: C2, 97 and 18. RGB value is (194,151,24). Sum of RGB (Red+Green+Blue) = 194+151+24=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C29718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29718 is #3D68E7. Grayscale: #959595. Windows color (decimal): -4024552 or 1611714. OLE color: 1611714.

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

Color convert

RGB19415124-
CMYK00.220.880.24
HSL44.82º77.98%42.75%-
HSV(B)44.82º87.63%76.08%-
XYZ33.4833.675.6-
YUV149.3857.25159.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.57%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 24 (9.77% from 255) = 6.50%
R=52.57%
G=40.92%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941512400.220.880.2444.8277.9842.75
HexC2971801658182d4e2b
Octal30222730026130305511653
Binary1100001010010111110000101101011000110001011011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29718; }

 p { color: rgb(194,151,24); }

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

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

 a { background-color: rgb(194,151,24); }

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

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

 span { border-color: rgb(194,151,24); }

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