#DA666C

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

Shades of Froly #DA666C

Tints of Froly #DA666C

Color information

#DA666C (or 0xDA666C) is unknown color: approx Froly. HEX triplet: DA, 66 and 6C. RGB value is (218,102,108). Sum of RGB (Red+Green+Blue) = 218+102+108=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA666C is #259993. Grayscale: #898989. Windows color (decimal): -2464148 or 7104218. OLE color: 7104218.

HSL color Cylindrical-coordinate representation of color #DA666C: hue angle of 356.9º 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 #DA666C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218102108-
CMYK00.530.500.15
HSL356.9º61.05%62.75%-
HSV(B)356.9º53.21%85.49%-
XYZ36.3725.4917.19-
YUV137.37111.43185.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=50.93%
G=23.83%
B=25.23%

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
Decimal21810210800.530.500.15356.961.0562.75
HexDA666C03532F1653d3f
Octal33214615406562175457577
Binary110110101100110110110001101011100101111101100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA666C; }

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

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

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

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

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

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

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

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