#DA6B6E

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

Shades of Froly #DA6B6E

Tints of Froly #DA6B6E

Color information

#DA6B6E (or 0xDA6B6E) is unknown color: approx Froly. HEX triplet: DA, 6B and 6E. RGB value is (218,107,110). Sum of RGB (Red+Green+Blue) = 218+107+110=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B6E is #259491. Grayscale: #8C8C8C. Windows color (decimal): -2462866 or 7236570. OLE color: 7236570.

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

Color convert

RGB218107110-
CMYK00.510.500.15
HSL358.38º60%63.73%-
HSV(B)358.38º50.92%85.49%-
XYZ36.9926.5517.93-
YUV140.53110.77183.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=50.11%
G=24.60%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810711000.510.500.15358.386063.73
HexDA6B6E03332F1663c40
Octal332153156063621754674100
Binary1101101011010111101110011001111001011111011001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6B6E; }

 p { color: rgb(218,107,110); }

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

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

 a { background-color: rgb(218,107,110); }

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

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

 span { border-color: rgb(218,107,110); }

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