#D1676E

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

Shades of Froly #D1676E

Tints of Froly #D1676E

Color information

#D1676E (or 0xD1676E) is unknown color: approx Froly. HEX triplet: D1, 67 and 6E. RGB value is (209,103,110). Sum of RGB (Red+Green+Blue) = 209+103+110=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1676E is #2E9891. Grayscale: #878787. Windows color (decimal): -3053714 or 7235537. OLE color: 7235537.

HSL color Cylindrical-coordinate representation of color #D1676E: hue angle of 356.04º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1676E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB209103110-
CMYK00.510.470.18
HSL356.04º53.54%61.18%-
HSV(B)356.04º50.72%81.96%-
XYZ33.9624.3817.67-
YUV135.49113.62180.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=49.53%
G=24.41%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910311000.510.470.18356.0453.5461.18
HexD1676E0332F12164363d
Octal32114715606357225446675
Binary1101000111001111101110011001110111110010101100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1676E; }

 p { color: rgb(209,103,110); }

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

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

 a { background-color: rgb(209,103,110); }

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

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

 span { border-color: rgb(209,103,110); }

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