#DA6F75

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

Shades of Froly #DA6F75

Tints of Froly #DA6F75

Color information

#DA6F75 (or 0xDA6F75) is unknown color: approx Froly. HEX triplet: DA, 6F and 75. RGB value is (218,111,117). Sum of RGB (Red+Green+Blue) = 218+111+117=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F75 is #25908A. Grayscale: #8F8F8F. Windows color (decimal): -2461835 or 7696346. OLE color: 7696346.

HSL color Cylindrical-coordinate representation of color #DA6F75: hue angle of 356.64º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6F75 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218111117-
CMYK00.490.460.15
HSL356.64º59.12%64.51%-
HSV(B)356.64º49.08%85.49%-
XYZ37.8127.5620.16-
YUV143.68112.95181.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.88%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=48.88%
G=24.89%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811111700.490.460.15356.6459.1264.51
HexDA6F750312EF1653b41
Octal332157165061561754573101
Binary1101101011011111110101011000110111011111011001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6F75; }

 p { color: rgb(218,111,117); }

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

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

 a { background-color: rgb(218,111,117); }

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

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

 span { border-color: rgb(218,111,117); }

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