#C4AE43

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

Shades of Sundance #C4AE43

Tints of Sundance #C4AE43

Color information

#C4AE43 (or 0xC4AE43) is unknown color: approx Sundance. HEX triplet: C4, AE and 43. RGB value is (196,174,67). Sum of RGB (Red+Green+Blue) = 196+174+67=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AE43 is #3B51BC. Grayscale: #A8A8A8. Windows color (decimal): -3887549 or 4435652. OLE color: 4435652.

HSL color Cylindrical-coordinate representation of color #C4AE43: hue angle of 49.77º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4AE43 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19617467-
CMYK00.110.660.23
HSL49.77º52.23%51.57%-
HSV(B)49.77º65.82%76.86%-
XYZ38.9142.4111.45-
YUV168.3870.79147.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 67 (26.56% from 255) = 15.33%
R=44.85%
G=39.82%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961746700.110.660.2349.7752.2351.57
HexC4AE430B4217323434
Octal30425610301310227626464
Binary1100010010101110100001101011100001010111110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE43; }

 p { color: rgb(196,174,67); }

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

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

 a { background-color: rgb(196,174,67); }

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

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

 span { border-color: rgb(196,174,67); }

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