#D66569

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

Shades of Froly #D66569

Tints of Froly #D66569

Color information

#D66569 (or 0xD66569) is unknown color: approx Froly. HEX triplet: D6, 65 and 69. RGB value is (214,101,105). Sum of RGB (Red+Green+Blue) = 214+101+105=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66569 is #299A96. Grayscale: #878787. Windows color (decimal): -2726551 or 6907350. OLE color: 6907350.

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

Color convert

RGB214101105-
CMYK00.530.510.16
HSL357.88º57.95%61.76%-
HSV(B)357.88º52.8%83.92%-
XYZ34.9424.6216.28-
YUV135.24110.94184.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 105 (41.41% from 255) = 25%
R=50.95%
G=24.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410110500.530.510.16357.8857.9561.76
HexD6656903533101663a3e
Octal32614515106563205467276
Binary1101011011001011101001011010111001110000101100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66569; }

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

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

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

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

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

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

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

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