#C4AD46

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

Shades of Sundance #C4AD46

Tints of Sundance #C4AD46

Color information

#C4AD46 (or 0xC4AD46) is unknown color: approx Sundance. HEX triplet: C4, AD and 46. RGB value is (196,173,70). Sum of RGB (Red+Green+Blue) = 196+173+70=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD46 is #3B52B9. Grayscale: #A8A8A8. Windows color (decimal): -3887802 or 4632004. OLE color: 4632004.

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

Color convert

RGB19617370-
CMYK00.120.640.23
HSL49.05º51.64%52.16%-
HSV(B)49.05º64.29%76.86%-
XYZ38.8142.0711.87-
YUV168.1372.62147.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=44.65%
G=39.41%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961737000.120.640.2349.0551.6452.16
HexC4AD460C4017313434
Octal30425510601410027616464
Binary1100010010101101100011001100100000010111110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD46; }

 p { color: rgb(196,173,70); }

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

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

 a { background-color: rgb(196,173,70); }

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

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

 span { border-color: rgb(196,173,70); }

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