#C4A44F

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

Shades of Sundance #C4A44F

Tints of Sundance #C4A44F

Color information

#C4A44F (or 0xC4A44F) is unknown color: approx Sundance. HEX triplet: C4, A4 and 4F. RGB value is (196,164,79). Sum of RGB (Red+Green+Blue) = 196+164+79=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A44F is #3B5BB0. Grayscale: #A4A4A4. Windows color (decimal): -3890097 or 5219524. OLE color: 5219524.

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

Color convert

RGB19616479-
CMYK00.160.600.23
HSL43.59º49.79%53.92%-
HSV(B)43.59º59.69%76.86%-
XYZ37.4538.8512.92-
YUV163.8880.1150.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 79 (31.25% from 255) = 18.00%
R=44.65%
G=37.36%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961647900.160.600.2343.5949.7953.92
HexC4A44F0103C172c3236
Octal3042441170207427546266
Binary1100010010100100100111101000011110010111101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A44F; }

 p { color: rgb(196,164,79); }

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

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

 a { background-color: rgb(196,164,79); }

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

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

 span { border-color: rgb(196,164,79); }

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