#D0723F

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

Shades of Zest #D0723F

Tints of Zest #D0723F

Color information

#D0723F (or 0xD0723F) is unknown color: approx Zest. HEX triplet: D0, 72 and 3F. RGB value is (208,114,63). Sum of RGB (Red+Green+Blue) = 208+114+63=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0723F is #2F8DC0. Grayscale: #888888. Windows color (decimal): -3116481 or 4158160. OLE color: 4158160.

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

Color convert

RGB20811463-
CMYK00.450.700.18
HSL21.1º60.67%53.14%-
HSV(B)21.1º69.71%81.57%-
XYZ32.9325.87.95-
YUV136.2986.64179.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 63 (25% from 255) = 16.36%
R=54.03%
G=29.61%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081146300.450.700.1821.160.6753.14
HexD0723F02D4612153d35
Octal3201627705510622257565
Binary110100001110010111111010110110001101001010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0723F; }

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

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

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

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

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

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

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

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