#d1763c

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

Shades of Zest #D1763C

Tints of Zest #D1763C

Color information

#D1763C (or 0xD1763C) is unknown color: approx Zest. HEX triplet: D1, 76 and 3C. RGB value is (209,118,60). Sum of RGB (Red+Green+Blue) = 209+118+60=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1763C is #2E89C3. Grayscale: #8A8A8A. Windows color (decimal): -3049924 or 3962577. OLE color: 3962577.

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

Color convert

RGB20911860-
CMYK00.440.710.18
HSL23.36º61.83%52.75%-
HSV(B)23.36º71.29%81.96%-
XYZ33.5926.847.68-
YUV138.683.65178.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.01%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=54.01%
G=30.49%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091186000.440.710.1823.3661.8352.75
HexD1763C02C4712173e35
Octal3211667405410722277665
Binary110100011110110111100010110010001111001010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1763c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1763c; }

 p { color: rgb(209,118,60); }

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

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

 a { background-color: rgb(209,118,60); }

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

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

 span { border-color: rgb(209,118,60); }

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