#D66E74

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

Shades of Froly #D66E74

Tints of Froly #D66E74

Color information

#D66E74 (or 0xD66E74) is unknown color: approx Froly. HEX triplet: D6, 6E and 74. RGB value is (214,110,116). Sum of RGB (Red+Green+Blue) = 214+110+116=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E74 is #29918B. Grayscale: #8D8D8D. Windows color (decimal): -2724236 or 7630550. OLE color: 7630550.

HSL color Cylindrical-coordinate representation of color #D66E74: hue angle of 356.54º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E74 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214110116-
CMYK00.490.460.16
HSL356.54º55.91%63.53%-
HSV(B)356.54º48.6%83.92%-
XYZ36.4626.7119.76-
YUV141.78113.46179.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=48.64%
G=25%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411011600.490.460.16356.5455.9163.53
HexD66E740312E101653840
Octal326156164061562054570100
Binary11010110110111011101000110001101110100001011001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E74; }

 p { color: rgb(214,110,116); }

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

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

 a { background-color: rgb(214,110,116); }

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

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

 span { border-color: rgb(214,110,116); }

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