#C4AE4D

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

Shades of Sundance #C4AE4D

Tints of Sundance #C4AE4D

Color information

#C4AE4D (or 0xC4AE4D) is unknown color: approx Sundance. HEX triplet: C4, AE and 4D. RGB value is (196,174,77). Sum of RGB (Red+Green+Blue) = 196+174+77=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE4D is #3B51B2. Grayscale: #A9A9A9. Windows color (decimal): -3887539 or 5091012. OLE color: 5091012.

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

Color convert

RGB19617477-
CMYK00.110.610.23
HSL48.91º50.21%53.53%-
HSV(B)48.91º60.71%76.86%-
XYZ39.2442.5413.16-
YUV169.5275.79146.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 77 (30.47% from 255) = 17.23%
R=43.85%
G=38.93%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961747700.110.610.2348.9150.2153.53
HexC4AE4D0B3D17313236
Octal3042561150137527616266
Binary110001001010111010011010101111110110111110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE4D; }

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

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

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

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

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

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

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

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