#C4A34D

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

Shades of Sundance #C4A34D

Tints of Sundance #C4A34D

Color information

#C4A34D (or 0xC4A34D) is unknown color: approx Sundance. HEX triplet: C4, A3 and 4D. RGB value is (196,163,77). Sum of RGB (Red+Green+Blue) = 196+163+77=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A34D is #3B5CB2. Grayscale: #A3A3A3. Windows color (decimal): -3890355 or 5088196. OLE color: 5088196.

HSL color Cylindrical-coordinate representation of color #C4A34D: hue angle of 43.36º 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 #C4A34D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19616377-
CMYK00.170.610.23
HSL43.36º50.21%53.53%-
HSV(B)43.36º60.71%76.86%-
XYZ37.238.4712.49-
YUV163.0679.43151.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 77 (30.47% from 255) = 17.66%
R=44.95%
G=37.39%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961637700.170.610.2343.3650.2153.53
HexC4A34D0113D172b3236
Octal3042431150217527536266
Binary1100010010100011100110101000111110110111101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A34D; }

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

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

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

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

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

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

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

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