#C4A63D

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

Shades of Sundance #C4A63D

Tints of Sundance #C4A63D

Color information

#C4A63D (or 0xC4A63D) is unknown color: approx Sundance. HEX triplet: C4, A6 and 3D. RGB value is (196,166,61). Sum of RGB (Red+Green+Blue) = 196+166+61=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A63D is #3B59C2. Grayscale: #A3A3A3. Windows color (decimal): -3889603 or 4040388. OLE color: 4040388.

HSL color Cylindrical-coordinate representation of color #C4A63D: hue angle of 46.67º 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 #C4A63D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19616661-
CMYK00.150.690.23
HSL46.67º53.36%50.39%-
HSV(B)46.67º68.88%76.86%-
XYZ37.2439.3510.05-
YUV16370.44151.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 61 (24.22% from 255) = 14.42%
R=46.34%
G=39.24%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961666100.150.690.2346.6753.3650.39
HexC4A63D0F45172f3532
Octal3042467501710527576562
Binary110001001010011011110101111100010110111101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A63D; }

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

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

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

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

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

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

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

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