#D66D72

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

Shades of Froly #D66D72

Tints of Froly #D66D72

Color information

#D66D72 (or 0xD66D72) is unknown color: approx Froly. HEX triplet: D6, 6D and 72. RGB value is (214,109,114). Sum of RGB (Red+Green+Blue) = 214+109+114=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D72 is #29928D. Grayscale: #8D8D8D. Windows color (decimal): -2724494 or 7499222. OLE color: 7499222.

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

Color convert

RGB214109114-
CMYK00.490.470.16
HSL357.14º56.15%63.33%-
HSV(B)357.14º49.07%83.92%-
XYZ36.2426.4519.11-
YUV140.96112.79180.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=48.97%
G=24.94%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410911400.490.470.16357.1456.1563.33
HexD66D720312F10165383f
Octal32615516206157205457077
Binary1101011011011011110010011000110111110000101100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D72; }

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

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

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

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

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

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

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

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