#D66566

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

Shades of Froly #D66566

Tints of Froly #D66566

Color information

#D66566 (or 0xD66566) is unknown color: approx Froly. HEX triplet: D6, 65 and 66. RGB value is (214,101,102). Sum of RGB (Red+Green+Blue) = 214+101+102=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D66566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66566 is #299A99. Grayscale: #878787. Windows color (decimal): -2726554 or 6710742. OLE color: 6710742.

HSL color Cylindrical-coordinate representation of color #D66566: hue angle of 359.47º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66566 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214101102-
CMYK00.530.520.16
HSL359.47º57.95%61.76%-
HSV(B)359.47º52.8%83.92%-
XYZ34.7824.5615.48-
YUV134.9109.44184.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=51.32%
G=24.22%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410110200.530.520.16359.4757.9561.76
HexD6656603534101673a3e
Octal32614514606564205477276
Binary1101011011001011100110011010111010010000101100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66566; }

 p { color: rgb(214,101,102); }

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

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

 a { background-color: rgb(214,101,102); }

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

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

 span { border-color: rgb(214,101,102); }

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