#D66C6E

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

Shades of Froly #D66C6E

Tints of Froly #D66C6E

Color information

#D66C6E (or 0xD66C6E) is unknown color: approx Froly. HEX triplet: D6, 6C and 6E. RGB value is (214,108,110). Sum of RGB (Red+Green+Blue) = 214+108+110=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C6E is #299391. Grayscale: #8C8C8C. Windows color (decimal): -2724754 or 7236822. OLE color: 7236822.

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

Color convert

RGB214108110-
CMYK00.500.490.16
HSL358.87º56.38%63.14%-
HSV(B)358.87º49.53%83.92%-
XYZ35.9126.1517.91-
YUV139.92111.12180.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.54%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=49.54%
G=25%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410811000.500.490.16358.8756.3863.14
HexD66C6E0323110167383f
Octal32615415606261205477077
Binary1101011011011001101110011001011000110000101100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C6E; }

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

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

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

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

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

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

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

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