#C7A54D

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

Shades of Sundance #C7A54D

Tints of Sundance #C7A54D

Color information

#C7A54D (or 0xC7A54D) is unknown color: approx Sundance. HEX triplet: C7, A5 and 4D. RGB value is (199,165,77). Sum of RGB (Red+Green+Blue) = 199+165+77=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A54D is #385AB2. Grayscale: #A5A5A5. Windows color (decimal): -3693235 or 5088711. OLE color: 5088711.

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

Color convert

RGB19916577-
CMYK00.170.610.22
HSL43.28º52.14%54.12%-
HSV(B)43.28º61.31%78.04%-
XYZ38.3539.5912.64-
YUV165.1378.26152.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=45.12%
G=37.41%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991657700.170.610.2243.2852.1454.12
HexC7A54D0113D162b3436
Octal3072451150217526536466
Binary1100011110100101100110101000111110110110101011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A54D; }

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

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

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

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

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

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

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

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