#D66A6D

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

Shades of Froly #D66A6D

Tints of Froly #D66A6D

Color information

#D66A6D (or 0xD66A6D) is unknown color: approx Froly. HEX triplet: D6, 6A and 6D. RGB value is (214,106,109). Sum of RGB (Red+Green+Blue) = 214+106+109=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A6D is #299592. Grayscale: #8A8A8A. Windows color (decimal): -2725267 or 7170774. OLE color: 7170774.

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

Color convert

RGB214106109-
CMYK00.500.490.16
HSL358.33º56.84%62.75%-
HSV(B)358.33º50.47%83.92%-
XYZ35.6525.7117.55-
YUV138.63111.28181.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=49.88%
G=24.71%
B=25.41%

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
Decimal21410610900.500.490.16358.3356.8462.75
HexD66A6D0323110166393f
Octal32615215506261205467177
Binary1101011011010101101101011001011000110000101100110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A6D; }

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

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

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

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

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

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

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

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