#C4AA4D

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

Shades of Sundance #C4AA4D

Tints of Sundance #C4AA4D

Color information

#C4AA4D (or 0xC4AA4D) is unknown color: approx Sundance. HEX triplet: C4, AA and 4D. RGB value is (196,170,77). Sum of RGB (Red+Green+Blue) = 196+170+77=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA4D is #3B55B2. Grayscale: #A7A7A7. Windows color (decimal): -3888563 or 5089988. OLE color: 5089988.

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

Color convert

RGB19617077-
CMYK00.130.610.23
HSL46.89º50.21%53.53%-
HSV(B)46.89º60.71%76.86%-
XYZ38.4841.0212.91-
YUV167.1777.11148.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 77 (30.47% from 255) = 17.38%
R=44.24%
G=38.37%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961707700.130.610.2346.8950.2153.53
HexC4AA4D0D3D172f3236
Octal3042521150157527576266
Binary110001001010101010011010110111110110111101111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA4D; }

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

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

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

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

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

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

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

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