#D2713E

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

Shades of Zest #D2713E

Tints of Zest #D2713E

Color information

#D2713E (or 0xD2713E) is unknown color: approx Zest. HEX triplet: D2, 71 and 3E. RGB value is (210,113,62). Sum of RGB (Red+Green+Blue) = 210+113+62=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2713E is #2D8EC1. Grayscale: #888888. Windows color (decimal): -2985666 or 4092370. OLE color: 4092370.

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

Color convert

RGB21011362-
CMYK00.460.700.18
HSL20.68º62.18%53.33%-
HSV(B)20.68º70.48%82.35%-
XYZ33.3525.867.79-
YUV136.1986.14180.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=54.55%
G=29.35%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101136200.460.700.1820.6862.1853.33
HexD2713E02E4612153e35
Octal3221617605610622257665
Binary110100101110001111110010111010001101001010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2713E; }

 p { color: rgb(210,113,62); }

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

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

 a { background-color: rgb(210,113,62); }

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

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

 span { border-color: rgb(210,113,62); }

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