#D1743C

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

Shades of Zest #D1743C

Tints of Zest #D1743C

Color information

#D1743C (or 0xD1743C) is unknown color: approx Zest. HEX triplet: D1, 74 and 3C. RGB value is (209,116,60). Sum of RGB (Red+Green+Blue) = 209+116+60=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1743C is #2E8BC3. Grayscale: #898989. Windows color (decimal): -3050436 or 3962065. OLE color: 3962065.

HSL color Cylindrical-coordinate representation of color #D1743C: hue angle of 22.55º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1743C is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20911660-
CMYK00.440.710.18
HSL22.55º61.83%52.75%-
HSV(B)22.55º71.29%81.96%-
XYZ33.3626.377.61-
YUV137.4284.31179.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=54.29%
G=30.13%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091166000.440.710.1822.5561.8352.75
HexD1743C02C4712173e35
Octal3211647405410722277665
Binary110100011110100111100010110010001111001010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1743C; }

 p { color: rgb(209,116,60); }

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

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

 a { background-color: rgb(209,116,60); }

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

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

 span { border-color: rgb(209,116,60); }

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