#C4A53D

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

Shades of Sundance #C4A53D

Tints of Sundance #C4A53D

Color information

#C4A53D (or 0xC4A53D) is unknown color: approx Sundance. HEX triplet: C4, A5 and 3D. RGB value is (196,165,61). Sum of RGB (Red+Green+Blue) = 196+165+61=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A53D is #3B5AC2. Grayscale: #A2A2A2. Windows color (decimal): -3889859 or 4040132. OLE color: 4040132.

HSL color Cylindrical-coordinate representation of color #C4A53D: hue angle of 46.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4A53D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19616561-
CMYK00.160.690.23
HSL46.22º53.36%50.39%-
HSV(B)46.22º68.88%76.86%-
XYZ37.0638.989.99-
YUV162.4170.77151.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=46.45%
G=39.10%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961656100.160.690.2346.2253.3650.39
HexC4A53D01045172e3532
Octal3042457502010527566562
Binary1100010010100101111101010000100010110111101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A53D; }

 p { color: rgb(196,165,61); }

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

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

 a { background-color: rgb(196,165,61); }

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

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

 span { border-color: rgb(196,165,61); }

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