#d7666f

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

Shades of Froly #D7666F

Tints of Froly #D7666F

Color information

#D7666F (or 0xD7666F) is unknown color: approx Froly. HEX triplet: D7, 66 and 6F. RGB value is (215,102,111). Sum of RGB (Red+Green+Blue) = 215+102+111=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666F is #289990. Grayscale: #888888. Windows color (decimal): -2660753 or 7300823. OLE color: 7300823.

HSL color Cylindrical-coordinate representation of color #D7666F: hue angle of 355.22º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7666F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215102111-
CMYK00.530.480.16
HSL355.22º58.55%62.16%-
HSV(B)355.22º52.56%84.31%-
XYZ35.6425.118-
YUV136.81113.44183.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=50.23%
G=23.83%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510211100.530.480.16355.2258.5562.16
HexD7666F03530101633b3e
Octal32714615706560205437376
Binary1101011111001101101111011010111000010000101100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7666f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7666f; }

 p { color: rgb(215,102,111); }

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

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

 a { background-color: rgb(215,102,111); }

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

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

 span { border-color: rgb(215,102,111); }

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