#D16E3D

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

Shades of Zest #D16E3D

Tints of Zest #D16E3D

Color information

#D16E3D (or 0xD16E3D) is unknown color: approx Zest. HEX triplet: D1, 6E and 3D. RGB value is (209,110,61). Sum of RGB (Red+Green+Blue) = 209+110+61=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E3D is #2E91C2. Grayscale: #868686. Windows color (decimal): -3051971 or 4026065. OLE color: 4026065.

HSL color Cylindrical-coordinate representation of color #D16E3D: hue angle of 19.86º 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 #D16E3D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20911061-
CMYK00.470.710.18
HSL19.86º61.67%52.94%-
HSV(B)19.86º70.81%81.96%-
XYZ32.7125.047.52-
YUV134.0186.8181.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=55%
G=28.95%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091106100.470.710.1819.8661.6752.94
HexD16E3D02F4712143e35
Octal3211567505710722247665
Binary110100011101110111101010111110001111001010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E3D; }

 p { color: rgb(209,110,61); }

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

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

 a { background-color: rgb(209,110,61); }

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

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

 span { border-color: rgb(209,110,61); }

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