#D16F3D

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

Shades of Zest #D16F3D

Tints of Zest #D16F3D

Color information

#D16F3D (or 0xD16F3D) is unknown color: approx Zest. HEX triplet: D1, 6F and 3D. RGB value is (209,111,61). Sum of RGB (Red+Green+Blue) = 209+111+61=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F3D is #2E90C2. Grayscale: #868686. Windows color (decimal): -3051715 or 4026321. OLE color: 4026321.

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

Color convert

RGB20911161-
CMYK00.470.710.18
HSL20.27º61.67%52.94%-
HSV(B)20.27º70.81%81.96%-
XYZ32.8225.267.56-
YUV134.686.47181.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=54.86%
G=29.13%
B=16.01%

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
Decimal2091116100.470.710.1820.2761.6752.94
HexD16F3D02F4712143e35
Octal3211577505710722247665
Binary110100011101111111101010111110001111001010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16F3D; }

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

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

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

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

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

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

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

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