#c7a44d

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

Shades of Sundance #C7A44D

Tints of Sundance #C7A44D

Color information

#C7A44D (or 0xC7A44D) is unknown color: approx Sundance. HEX triplet: C7, A4 and 4D. RGB value is (199,164,77). Sum of RGB (Red+Green+Blue) = 199+164+77=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A44D is #385BB2. Grayscale: #A4A4A4. Windows color (decimal): -3693491 or 5088455. OLE color: 5088455.

HSL color Cylindrical-coordinate representation of color #C7A44D: hue angle of 42.79º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7A44D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19916477-
CMYK00.180.610.22
HSL42.79º52.14%54.12%-
HSV(B)42.79º61.31%78.04%-
XYZ38.1739.2312.58-
YUV164.5578.6152.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 77 (30.47% from 255) = 17.5%
R=45.23%
G=37.27%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991647700.180.610.2242.7952.1454.12
HexC7A44D0123D162b3436
Octal3072441150227526536466
Binary1100011110100100100110101001011110110110101011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a44d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a44d; }

 p { color: rgb(199,164,77); }

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

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

 a { background-color: rgb(199,164,77); }

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

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

 span { border-color: rgb(199,164,77); }

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