#DA6166

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

Shades of Froly #DA6166

Tints of Froly #DA6166

Color information

#DA6166 (or 0xDA6166) is unknown color: approx Froly. HEX triplet: DA, 61 and 66. RGB value is (218,97,102). Sum of RGB (Red+Green+Blue) = 218+97+102=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6166 is #259E99. Grayscale: #858585. Windows color (decimal): -2465434 or 6709722. OLE color: 6709722.

HSL color Cylindrical-coordinate representation of color #DA6166: hue angle of 357.52º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6166 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21897102-
CMYK00.560.530.15
HSL357.52º62.05%61.76%-
HSV(B)357.52º55.5%85.49%-
XYZ35.5924.4115.41-
YUV133.75110.09188.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.28%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=52.28%
G=23.26%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189710200.560.530.15357.5262.0561.76
HexDA616603835F1663e3e
Octal33214114607065175467676
Binary110110101100001110011001110001101011111101100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6166; }

 p { color: rgb(218,97,102); }

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

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

 a { background-color: rgb(218,97,102); }

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

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

 span { border-color: rgb(218,97,102); }

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