#D66C6D

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

Shades of Froly #D66C6D

Tints of Froly #D66C6D

Color information

#D66C6D (or 0xD66C6D) is unknown color: approx Froly. HEX triplet: D6, 6C and 6D. RGB value is (214,108,109). Sum of RGB (Red+Green+Blue) = 214+108+109=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C6D is #299392. Grayscale: #8B8B8B. Windows color (decimal): -2724755 or 7171286. OLE color: 7171286.

HSL color Cylindrical-coordinate representation of color #D66C6D: 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.5%. Process color model (Four color, CMYK) of #D66C6D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214108109-
CMYK00.500.490.16
HSL359.43º56.38%63.14%-
HSV(B)359.43º49.53%83.92%-
XYZ35.8526.1317.62-
YUV139.81110.62180.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=49.65%
G=25.06%
B=25.29%

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
Decimal21410810900.500.490.16359.4356.3863.14
HexD66C6D0323110167383f
Octal32615415506261205477077
Binary1101011011011001101101011001011000110000101100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C6D; }

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

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

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

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

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

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

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

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