#C4AE54

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

Shades of Sundance #C4AE54

Tints of Sundance #C4AE54

Color information

#C4AE54 (or 0xC4AE54) is unknown color: approx Sundance. HEX triplet: C4, AE and 54. RGB value is (196,174,84). Sum of RGB (Red+Green+Blue) = 196+174+84=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE54 is #3B51AB. Grayscale: #AAAAAA. Windows color (decimal): -3887532 or 5549764. OLE color: 5549764.

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

Color convert

RGB19617484-
CMYK00.110.570.23
HSL48.21º48.7%54.9%-
HSV(B)48.21º57.14%76.86%-
XYZ39.542.6514.54-
YUV170.3279.29146.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 84 (33.20% from 255) = 18.50%
R=43.17%
G=38.33%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961748400.110.570.2348.2148.754.9
HexC4AE540B3917303137
Octal3042561240137127606167
Binary110001001010111010101000101111100110111110000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE54; }

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

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

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

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

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

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

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

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