#D06E3D

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

Shades of Zest #D06E3D

Tints of Zest #D06E3D

Color information

#D06E3D (or 0xD06E3D) is unknown color: approx Zest. HEX triplet: D0, 6E and 3D. RGB value is (208,110,61). Sum of RGB (Red+Green+Blue) = 208+110+61=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E3D is #2F91C2. Grayscale: #868686. Windows color (decimal): -3117507 or 4026064. OLE color: 4026064.

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

Color convert

RGB20811061-
CMYK00.470.710.18
HSL20º61%52.75%-
HSV(B)20º70.67%81.57%-
XYZ32.4324.97.51-
YUV133.7286.97180.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=54.88%
G=29.02%
B=16.09%

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
Decimal2081106100.470.710.18206152.75
HexD06E3D02F4712143d35
Octal3201567505710722247565
Binary110100001101110111101010111110001111001010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E3D; }

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

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

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

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

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

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

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

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