#D1703D

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

Shades of Zest #D1703D

Tints of Zest #D1703D

Color information

#D1703D (or 0xD1703D) is unknown color: approx Zest. HEX triplet: D1, 70 and 3D. RGB value is (209,112,61). Sum of RGB (Red+Green+Blue) = 209+112+61=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1703D is #2E8FC2. Grayscale: #878787. Windows color (decimal): -3051459 or 4026577. OLE color: 4026577.

HSL color Cylindrical-coordinate representation of color #D1703D: 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.71%. Process color model (Four color, CMYK) of #D1703D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20911261-
CMYK00.460.710.18
HSL20.68º61.67%52.94%-
HSV(B)20.68º70.81%81.96%-
XYZ32.9325.487.6-
YUV135.1986.14180.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=54.71%
G=29.32%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091126100.460.710.1820.6861.6752.94
HexD1703D02E4712153e35
Octal3211607505610722257665
Binary110100011110000111101010111010001111001010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1703D; }

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

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

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

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

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

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

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

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