#D0743F

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

Shades of Zest #D0743F

Tints of Zest #D0743F

Color information

#D0743F (or 0xD0743F) is unknown color: approx Zest. HEX triplet: D0, 74 and 3F. RGB value is (208,116,63). Sum of RGB (Red+Green+Blue) = 208+116+63=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0743F is #2F8BC0. Grayscale: #898989. Windows color (decimal): -3115969 or 4158672. OLE color: 4158672.

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

Color convert

RGB20811663-
CMYK00.440.700.18
HSL21.93º60.67%53.14%-
HSV(B)21.93º69.71%81.57%-
XYZ33.1626.268.02-
YUV137.4785.98178.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.75%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 63 (25% from 255) = 16.28%
R=53.75%
G=29.97%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081166300.440.700.1821.9360.6753.14
HexD0743F02C4612163d35
Octal3201647705410622267565
Binary110100001110100111111010110010001101001010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0743F; }

 p { color: rgb(208,116,63); }

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

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

 a { background-color: rgb(208,116,63); }

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

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

 span { border-color: rgb(208,116,63); }

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