#DA676E

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

Shades of Froly #DA676E

Tints of Froly #DA676E

Color information

#DA676E (or 0xDA676E) is unknown color: approx Froly. HEX triplet: DA, 67 and 6E. RGB value is (218,103,110). Sum of RGB (Red+Green+Blue) = 218+103+110=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676E is #259891. Grayscale: #8A8A8A. Windows color (decimal): -2463890 or 7235546. OLE color: 7235546.

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

Color convert

RGB218103110-
CMYK00.530.500.15
HSL356.35º60.85%62.94%-
HSV(B)356.35º52.75%85.49%-
XYZ36.5825.7317.79-
YUV138.18112.1184.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=50.58%
G=23.90%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810311000.530.500.15356.3560.8562.94
HexDA676E03532F1643d3f
Octal33214715606562175447577
Binary110110101100111110111001101011100101111101100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA676E; }

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

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

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

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

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

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

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

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