#C4AA44

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

Shades of Sundance #C4AA44

Tints of Sundance #C4AA44

Color information

#C4AA44 (or 0xC4AA44) is unknown color: approx Sundance. HEX triplet: C4, AA and 44. RGB value is (196,170,68). Sum of RGB (Red+Green+Blue) = 196+170+68=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA44 is #3B55BB. Grayscale: #A6A6A6. Windows color (decimal): -3888572 or 4500164. OLE color: 4500164.

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

Color convert

RGB19617068-
CMYK00.130.650.23
HSL47.81º52.03%51.76%-
HSV(B)47.81º65.31%76.86%-
XYZ38.1840.911.35-
YUV166.1572.61149.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 68 (26.95% from 255) = 15.67%
R=45.16%
G=39.17%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961706800.130.650.2347.8152.0351.76
HexC4AA440D4117303434
Octal30425210401510127606464
Binary1100010010101010100010001101100000110111110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA44; }

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

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

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

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

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

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

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

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