#D66D6E

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

Shades of Froly #D66D6E

Tints of Froly #D66D6E

Color information

#D66D6E (or 0xD66D6E) is unknown color: approx Froly. HEX triplet: D6, 6D and 6E. RGB value is (214,109,110). Sum of RGB (Red+Green+Blue) = 214+109+110=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D6E is #299291. Grayscale: #8C8C8C. Windows color (decimal): -2724498 or 7237078. OLE color: 7237078.

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

Color convert

RGB214109110-
CMYK00.490.490.16
HSL359.43º56.15%63.33%-
HSV(B)359.43º49.07%83.92%-
XYZ36.0126.3617.94-
YUV140.51110.79180.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=49.42%
G=25.17%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410911000.490.490.16359.4356.1563.33
HexD66D6E0313110167383f
Octal32615515606161205477077
Binary1101011011011011101110011000111000110000101100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D6E; }

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

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

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

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

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

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

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

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