#DA6D70

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

Shades of Froly #DA6D70

Tints of Froly #DA6D70

Color information

#DA6D70 (or 0xDA6D70) is unknown color: approx Froly. HEX triplet: DA, 6D and 70. RGB value is (218,109,112). Sum of RGB (Red+Green+Blue) = 218+109+112=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D70 is #25928F. Grayscale: #8E8E8E. Windows color (decimal): -2462352 or 7368154. OLE color: 7368154.

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

Color convert

RGB218109112-
CMYK00.50.490.15
HSL358.35º59.56%64.12%-
HSV(B)358.35º50%85.49%-
XYZ37.3127.0118.58-
YUV141.93111.11182.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=49.66%
G=24.83%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810911200.50.490.15358.3559.5664.12
HexDA6D7003231F1663c40
Octal332155160062611754674100
Binary1101101011011011110000011001011000111111011001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6D70; }

 p { color: rgb(218,109,112); }

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

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

 a { background-color: rgb(218,109,112); }

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

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

 span { border-color: rgb(218,109,112); }

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