#D66C76

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

Shades of Froly #D66C76

Tints of Froly #D66C76

Color information

#D66C76 (or 0xD66C76) is unknown color: approx Froly. HEX triplet: D6, 6C and 76. RGB value is (214,108,118). Sum of RGB (Red+Green+Blue) = 214+108+118=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C76 is #299389. Grayscale: #8C8C8C. Windows color (decimal): -2724746 or 7761110. OLE color: 7761110.

HSL color Cylindrical-coordinate representation of color #D66C76: hue angle of 354.34º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66C76 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214108118-
CMYK00.500.450.16
HSL354.34º56.38%63.14%-
HSV(B)354.34º49.53%83.92%-
XYZ36.3626.3320.3-
YUV140.83115.12180.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=48.64%
G=24.55%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410811800.500.450.16354.3456.3863.14
HexD66C760322D10162383f
Octal32615416606255205427077
Binary1101011011011001110110011001010110110000101100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C76; }

 p { color: rgb(214,108,118); }

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

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

 a { background-color: rgb(214,108,118); }

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

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

 span { border-color: rgb(214,108,118); }

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