#C4A223

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

Shades of Buddha Gold #C4A223

Tints of Buddha Gold #C4A223

Color information

#C4A223 (or 0xC4A223) is unknown color: approx Buddha Gold. HEX triplet: C4, A2 and 23. RGB value is (196,162,35). Sum of RGB (Red+Green+Blue) = 196+162+35=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A223 is #3B5DDC. Grayscale: #9E9E9E. Windows color (decimal): -3890653 or 2335428. OLE color: 2335428.

HSL color Cylindrical-coordinate representation of color #C4A223: hue angle of 47.33º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4A223 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB19616235-
CMYK00.170.820.23
HSL47.33º69.7%45.29%-
HSV(B)47.33º82.14%76.86%-
XYZ35.9937.76.97-
YUV157.6958.76155.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 35 (14.06% from 255) = 8.91%
R=49.87%
G=41.22%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961623500.170.820.2347.3369.745.29
HexC4A22301152172f462d
Octal30424243021122275710655
Binary11000100101000101000110100011010010101111011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A223; }

 p { color: rgb(196,162,35); }

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

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

 a { background-color: rgb(196,162,35); }

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

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

 span { border-color: rgb(196,162,35); }

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