#D66C77

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

Shades of Froly #D66C77

Tints of Froly #D66C77

Color information

#D66C77 (or 0xD66C77) is unknown color: approx Froly. HEX triplet: D6, 6C and 77. RGB value is (214,108,119). Sum of RGB (Red+Green+Blue) = 214+108+119=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C77 is #299388. Grayscale: #8D8D8D. Windows color (decimal): -2724745 or 7826646. OLE color: 7826646.

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

Color convert

RGB214108119-
CMYK00.500.440.16
HSL353.77º56.38%63.14%-
HSV(B)353.77º49.53%83.92%-
XYZ36.4226.3520.62-
YUV140.95115.62180.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=48.53%
G=24.49%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410811900.500.440.16353.7756.3863.14
HexD66C770322C10162383f
Octal32615416706254205427077
Binary1101011011011001110111011001010110010000101100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C77; }

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

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

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

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

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

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

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

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